Search
Grid.loadFromJson Method
See Also
 

Deserializes the lane grid from the specified JsonObject using the specified context.

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

 Syntax

Java  Copy Code

public void loadFromJson (
    JsonObject obj,
    JsonPersistContext context
)

 Parameters

 See Also