Search
JsonSerializationContext Constructor
See Also
 






Initializes a new instance of the JsonSerializationContext class.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public JsonSerializationContext (
    Schedule schedule,
    int fileVersion
)

 Parameters

schedule

The Schedule that will be serialized or deserialized.

fileVersion

Specifies the current file format number.

 See Also