MindFusion.Java Package Programmer's Guide
JsonPersistContext.writeComposite Method
See Also
 






Writes the properties of a CompositeNode, which are marked with the AutoJson attribute.

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

 Syntax

Java  Copy Code

public void writeComposite (
    JsonObject obj,
    CompositeNode node
)

 Parameters

obj

A JsonObject where AutoJson data is stored.

node

A ComposideNode

 See Also

JsonPersistContext Members
JsonPersistContext Class
com.mindfusion.diagramming Namespace