Search
DiagramItemStyle.saveToJson Method
See Also
 

Saves the style content into a JsonObject.

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

 Syntax

Java  Copy Code

protected void saveToJson (
    JsonObject obj,
    JsonPersistContext context
)

 Parameters

obj

A JsonObject the style's data should be stored into.

context

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

 See Also