ComponentSerializationService::CreateStore Method ()

 

Creates a new SerializationStore.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

public:
virtual SerializationStore^ CreateStore() abstract

Return Value

Type: System.ComponentModel.Design.Serialization::SerializationStore^

A new created serialization store.

Multiple objects can be serialized into the same serialization store. When you are finished with the store, you can call its IDisposable::Dispose or Close method. Once closed, a serialization store can be used for deserialization, or it can be saved into a stream.

The serialization store can be passed to any of the various serializing methods to build up serialization state for a group of objects.

.NET Framework
Available since 2.0
Return to top
Show: