Saves the item content into a JsonObject.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected override void SaveToJson ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub 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.
See Also