ComponentSerializationService::Deserialize Method (SerializationStore^)

 

Deserializes the given store to produce a collection of objects.

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

public:
virtual ICollection^ Deserialize(
	SerializationStore^ store
) abstract

Return Value

Type: System.Collections::ICollection^

A collection of objects created according to the stored state.

Exception Condition
ArgumentNullException

store is null.

InvalidOperationException

store does not contain data in a format the serialization container can process.

This method deserializes store to produce a collection of objects contained within it. Objects are deserialized in the same order in which they were serialized.

.NET Framework
Available since 2.0
Return to top
Show: