Search
Header.SaveToJson Method
See Also
 






Saves the header to the specified JsonObject using the specified context.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual Task SaveToJson (
    JsonObject obj,
    JsonPersistContext context
)

Visual Basic  Copy Code

Protected Overridable Function SaveToJson( _
    obj As JsonObject, _
    context As JsonPersistContext _
) As Task

 Parameters

obj

context

 Return Value

 See Also