Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IJsonSerializer Interface / serialize Method
The Object to serialize.
In This Topic
    serialize Method
    In This Topic
    Serialize an Object to json string
    Syntax
    java.lang.String serialize( 
       java.lang.Object value
    )

    Parameters

    value
    The Object to serialize.

    Return Value

    The JSON string representation of the Object.
    See Also