IDesignerSerializationService::Deserialize Method (Object^)

 

Deserializes the specified serialization data object and returns a collection of objects represented by that data.

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

ICollection^ Deserialize(
	Object^ serializationData
)

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
Return to top
Show: