MindFusion WinForms Programmer's Guide
JsonSerializationContext Members
Constructors Fields Properties Methods Events
 


Contains methods that can help you serialize and deserialize MindFusion.Scheduling items to and from JSON.

The following tables list the members exposed by the JsonSerializationContext type.

 Public Constructors

  Name Description

JsonSerializationContext

Initializes a new instance of the JsonSerializationContext class.

 Public Fields

  Name Description

LatestFormat

Specifies the latest file format revision number.

 Public Properties

  Name Description

FileVersion

Gets the format revision number for the file being currently serialized.

Schedule

Gets the underlying schedule object.

 Public Methods

  Name Description

ReadDate

Reads a DateTime object.

ReadTag

Reads the specified tag for the specified object.

WriteTag

Writes the specified tag of the specified object.

 Public Events

  Name Description

Completed

Raised when the serialization or deserialization has completed successfully.

 See Also

JsonSerializationContext Class
MindFusion.Scheduling Namespace