Saves the item content into a JsonObject.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual Task SaveToJson ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function SaveToJson( _ |
A JsonObject the item's data should be stored into.
A JsonPersistContext object providing contextual information about the serialization process and some helper serialization methods.
RemarksThis method is invoked when an item is being serialized into a JSON-format diagram file.
See Also