Search
CompositeNode.serializeComponents Method
See Also
 

Invoked to query whether the underlying component structure should be automatically serialized.

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

 Syntax

Java  Copy Code

protected boolean serializeComponents ()

 Return Value

true to automatically serialize the component tree; false to skip the automatic component serialization.

 See Also