Search
Diagram.SaveToJsonObject Method
See Also
 





Saves the diagram to a JSON object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void SaveToJsonObject (
    JsonObject diagramObj,
    JsonPersistContext context
)

Visual Basic  Copy Code

Public Overridable Sub SaveToJsonObject( _
    diagramObj As JsonObject, _
    context As JsonPersistContext _
)

 Parameters

diagramObj

A JsonObject the diagram's data should be stored into.

context

A JsonPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also