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.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the JsonSerializationContext class. |
Name | Description | |
---|---|---|
![]() ![]() |
Specifies the latest file format revision number. |
Name | Description | |
---|---|---|
![]() |
A list of all brushes. (Inherited from JsonContext.) |
|
![]() |
Specifies whether images are encoded in place. (Inherited from JsonContext.) |
|
![]() |
Specifies whether resource accumulation is disabled. (Inherited from JsonContext.) |
Name | Description | |
---|---|---|
![]() |
Gets the format revision number for the file being currently serialized. |
|
![]() |
Gets the underlying schedule object. |
Name | Description | |
---|---|---|
![]() |
Deserializes the specified JSON formatted string to a JsonObject. (Inherited from JsonContext.) |
|
![]() |
Overloaded. (Inherited from JsonContext.) |
|
![]() |
Reads a Brush object with the specified color. (Inherited from JsonContext.) |
|
![]() |
Reads all brushes. (Inherited from JsonContext.) |
|
![]() |
Overloaded. (Inherited from JsonContext.) |
|
![]() |
Reads a ColorBlend object. (Inherited from JsonContext.) |
|
![]() |
Reads a CustomBrushes object. |
|
![]() |
Reads a DateTime object. |
|
![]() |
Reads an enum value. (Inherited from JsonContext.) |
|
![]() |
Overloaded. (Inherited from JsonContext.) |
|
![]() |
Reads an Image object. (Inherited from JsonContext.) |
|
![]() |
Reads all images. (Inherited from JsonContext.) |
|
![]() |
Reads an object. (Inherited from JsonContext.) |
|
![]() |
Overloaded. (Inherited from JsonContext.) |
|
![]() |
Reads a PointF object. (Inherited from JsonContext.) |
|
![]() |
Reads a Point string. (Inherited from JsonContext.) |
|
![]() |
Reads a RectangleF object. (Inherited from JsonContext.) |
|
![]() |
Reads a SizeF object. (Inherited from JsonContext.) |
|
![]() |
Reads a StringFormat object. (Inherited from JsonContext.) |
|
![]() |
Reads a Style object. |
|
![]() |
Reads the specified tag for the specified object. |
|
![]() |
Serializes the specified JsonObject to a JSON formatted string. (Inherited from JsonContext.) |
|
![]() |
Writes a MindFusion.Drawing.Brush object. (Inherited from JsonContext.) |
|
![]() |
Writes the color of the specified brush. (Inherited from JsonContext.) |
|
![]() |
Writes all currently accumulated brushes. (Inherited from JsonContext.) |
|
![]() |
JsonContext.WriteColor override. |
|
![]() |
Writes a ColorBlend object. (Inherited from JsonContext.) |
|
![]() |
Writes the specified CustomBrushes object. |
|
![]() |
Writes an enum value. (Inherited from JsonContext.) |
|
![]() |
Writes a Font object. (Inherited from JsonContext.) |
|
![]() |
Writes an Image object. (Inherited from JsonContext.) |
|
![]() |
Writes all currently accumulated images. (Inherited from JsonContext.) |
|
![]() |
Writes an object. (Inherited from JsonContext.) |
|
![]() |
Writes a MindFusion.Drawing.Pen object. (Inherited from JsonContext.) |
|
![]() |
Writes a PointF object. (Inherited from JsonContext.) |
|
![]() |
Writes a Point string. (Inherited from JsonContext.) |
|
![]() |
Writes a RectangleF object. (Inherited from JsonContext.) |
|
![]() |
Writes a SizeF object. (Inherited from JsonContext.) |
|
![]() |
Writes a StringFormat object. (Inherited from JsonContext.) |
|
![]() |
Writes the specified Style object. |
|
![]() |
Writes the specified tag of the specified object. |
Name | Description | |
---|---|---|
![]() ![]() |
Decodes a string from Base64 representation. (Inherited from JsonContext.) |
|
![]() ![]() |
Encodes a string to Base64 representation. (Inherited from JsonContext.) |
|
![]() ![]() |
Converts a string to Pascal case. (Inherited from JsonContext.) |
|
![]() ![]() |
Converts a string to Camel case. (Inherited from JsonContext.) |
Name | Description | |
---|---|---|
![]() |
Raised when the serialization or deserialization has completed successfully. |