System.ComponentModel.Design.Serialization.SerializationStore Class

Provides the base class for storing serialization data for the System.ComponentModel.Design.Serialization.ComponentSerializationService.

See Also: SerializationStore Members

Syntax

public abstract class SerializationStore : IDisposable

Remarks

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.

Requirements

Namespace: System.ComponentModel.Design.Serialization
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0