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






Loads the cell 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 Cell data.

context

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

 See Also

Cell Members
Cell Class
com.mindfusion.diagramming Namespace