Table of Contents

Method Deserialize

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Deserialize(object)

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

public ICollection Deserialize(object serializationData)

Parameters

serializationData object

An object consisting of serialized data.

Returns

ICollection

An ICollection of objects rebuilt from the specified serialization data object.