ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxSerializer Class / C1ComboBoxSerializer Constructor / C1ComboBoxSerializer Constructor(Object)
Object to serialize.

In This Topic
    C1ComboBoxSerializer Constructor(Object)
    In This Topic
    Initializes a new instance of the C1ComboBoxSerializer class..
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal serializableObject As System.Object _
    )
    public C1ComboBoxSerializer( 
       System.object serializableObject
    )

    Parameters

    serializableObject
    Object to serialize.
    See Also