Search
JsonSerializationContext Constructor
See Also
 






Initializes a new instance of the JsonSerializationContext class.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public JsonSerializationContext (
    Schedule schedule,
    int fileVersion
)

Visual Basic  Copy Code

Public New ( _
    schedule As Schedule, _
    fileVersion As Integer _
)

 Parameters

schedule

The Schedule that will be serialized or deserialized.

fileVersion

Specifies the current file format number.

 See Also