Search
NumericEditComponent.saveToJson Method
See Also
 

Serializes the component into a JsonObject.

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

 Syntax

Java  Copy Code

protected void saveToJson (
    JsonObject obj,
    JsonPersistContext context
)

 Parameters

obj

An JsonObject containing the NumericEditComponent data

context

An JsonPersistContext object providing information a bout the serialization process and some helper methods.

 See Also