Search
VideoNode.SaveToJson Method
See Also
 





Saves the item content into a JsonObject.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void SaveToJson (
    JsonObject obj,
    JsonPersistContext context
)

Visual Basic  Copy Code

Protected Overrides Sub SaveToJson( _
    obj As JsonObject, _
    context As JsonPersistContext _
)

 Parameters

obj

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

context

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

 See Also