Method Serialize
- Namespace
 - Alternet.FormDesigner.WinForms
 
- Assembly
 - Alternet.FormDesigner.v10.dll
 
Serialize(ICollection)
Serializes the specified collection of objects and stores them in a serialization data object.
public object Serialize(ICollection objects)
Parameters
objectsICollectionA collection of objects to serialize.
Returns
- object
 An object that contains the serialized state of the specified collection of objects.