Search
SvgNode.saveToJson Method
See Also
 

Saves the node as a JSON object.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

protected void saveToJson (
    JsonObject obj,
    JsonPersistContext context
)

 Parameters

obj

A JsonObject instance to contain the serialized data.

context

A JsonPersistContext object providing contextual information about the serialization process and helper serialization methods.

 See Also