ContentComponent.SaveToJson override.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override void SaveToJson ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides 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