Search
JsonContext.serialize Method
See Also
 






Serializes the specified JsonObject to a JSON formatted string.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public String serialize (
    JsonObject obj
)

 Parameters

obj

The JsonObject to serialize.

 Return Value

The serialized string.

 See Also