IDesignerSerializationService::Deserialize Method (Object^)
.NET Framework (current version)
Deserializes the specified serialization data object and returns a collection of objects represented by that data.
Assembly: System (in System.dll)
Parameters
- serializationData
-
Type:
System::Object^
An object consisting of serialized data.
Return Value
Type: System.Collections::ICollection^An ICollection of objects rebuilt from the specified serialization data object.
.NET Framework
Available since 1.1
Available since 1.1
Show: