Search
ComponentBase.serializeSubcomponents Method
See Also
 

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

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

 Syntax

Java  Copy Code

protected boolean serializeSubcomponents ()

 Return Value

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

 See Also