Namespace:  C1.Web.C1WebChart
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public class Serializer : baseSerializer
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<BrowsableAttribute(False)> _
Public Class Serializer _
	Inherits baseSerializer

Inheritance Hierarchy

System..::..Object
  C1.Web.C1WebChartBase..::..baseSerializer
    C1.Web.C1WebChart..::..Serializer

See Also