Serializes C1CoverFlow Control.

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

Syntax

C#
public class C1CoverFlowSerializer : C1BaseSerializer<C1CoverFlow, C1Cover, C1CoverFlow>
Visual Basic
Public Class C1CoverFlowSerializer _
	Inherits C1BaseSerializer(Of C1CoverFlow, C1Cover, C1CoverFlow)

Inheritance Hierarchy

System..::..Object
  C1.Web.iPhone..::..C1BaseSerializer<(Of <(<'C1CoverFlow, C1Cover, C1CoverFlow>)>)>
    C1.Web.iPhone.C1CoverFlow..::..C1CoverFlowSerializer

See Also