ComponentSerializationService::Deserialize Method (SerializationStore^)
.NET Framework (current version)
Deserializes the given store to produce a collection of objects.
Assembly: System (in System.dll)
Parameters
- store
-
Type:
System.ComponentModel.Design.Serialization::SerializationStore^
The SerializationStore to deserialize.
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
Available since 2.0
Show: