Saves the component as a JSON object.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void SaveToJson ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub SaveToJson( _ |
A JsonObject instance to contain the serialized data.
A JsonPersistContext object providing contextual information about the serialization process and helper serialization methods.
See Also