Serializes Control.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public class C1BaseSerializer<TControl, TItem, TICollectionOwner> : IC1Serializable
Visual Basic
Public Class C1BaseSerializer(Of TControl, TItem, TICollectionOwner) _
	Implements IC1Serializable

Type Parameters

TControl
Control type.
TItem
Control Items's type.
TICollectionOwner
Items collection type.

Inheritance Hierarchy

See Also