Provides the base class for storing serialization data for the System.ComponentModel.Design.Serialization.ComponentSerializationService.
See Also: SerializationStore Members
The System.ComponentModel.Design.Serialization.SerializationStore class is an implementation-specific class that stores serialization data for the System.ComponentModel.Design.Serialization.ComponentSerializationService. The service adds state to this serialization store. Once the store is closed, it can be saved to a stream. A serialization store can be deserialized at a later time by the same type of serialization service. The System.ComponentModel.Design.Serialization.SerializationStore class implements the IDisposable interface so that SerializationStore.System#IDisposable#Dispose simply calls the SerializationStore.Close method.