Serializes C1NavigationList Control.

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

Syntax

C#
public class C1NavigationListSerializer : C1BaseSerializer<C1NavigationList, C1NavigationListItem, IC1NavigationListItemCollectionOwner>
Visual Basic
Public Class C1NavigationListSerializer _
	Inherits C1BaseSerializer(Of C1NavigationList, C1NavigationListItem, IC1NavigationListItemCollectionOwner)

Inheritance Hierarchy

System..::..Object
  C1.Web.iPhone..::..C1BaseSerializer<(Of <(<'C1NavigationList, C1NavigationListItem, IC1NavigationListItemCollectionOwner>)>)>
    C1.Web.iPhone.C1NavigationList..::..C1NavigationListSerializer

See Also