SerializationStore Class
.NET Framework 3.0
Provides the base class for storing serialization data for the ComponentSerializationService.
Namespace: System.ComponentModel.Design.Serialization
Assembly: System (in system.dll)
Assembly: System (in system.dll)
The SerializationStore class is an implementation-specific class that stores serialization data for the 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 SerializationStore class implements the IDisposable interface so that System#IDisposable#Dispose simply calls the Close method.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: