Search
JsonLoader.Load Method
See Also
 





Loads the component hierarchy from the specified Json template and returns the root of this hierarchy.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static ComponentBase Load (
    string template,
    JsonPersistContext context
)

Visual Basic  Copy Code

Public Shared Function Load( _
    template As String, _
    context As JsonPersistContext _
) As ComponentBase

 Parameters

template

The template to load from.

context

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

 Return Value

The root of the loaded hierarchy.

 See Also