Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Serialize Method

In This Topic
    Serialize Method (EntityList)
    In This Topic
    Syntax
    'Declaration
     
    Protected Function Serialize( _
       ByVal objectToSerialize As Object _
    ) As String
    protected string Serialize( 
       object objectToSerialize
    )

    Parameters

    objectToSerialize
    See Also