MindFusion.Java Package Programmer's Guide
TreeViewNode.loadFromJson Method
See Also
 






Loads the node from a JSON object.

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

 Syntax

Java  Copy Code

protected void loadFromJson (
    JsonObject obj,
    JsonPersistContext context
)

 Parameters

obj
A JsonObject containing the node's data.
context

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

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace