Table of Contents

Method Serialize

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

Serialize(ICollection)

Serializes the specified collection of objects and stores them in a serialization data object.

public object Serialize(ICollection objects)

Parameters

objects ICollection

A collection of objects to serialize.

Returns

object

An object that contains the serialized state of the specified collection of objects.