Contains methods that can help you serialize and deserialize to and from JSON.
The following tables list the members exposed by the JsonContext type.
Name | Description | |
---|---|---|
Initializes a new instance of the JsonContext class. |
Name | Description | |
---|---|---|
A list of all brushes. |
||
Specifies whether images are encoded in place. |
||
Specifies whether resource accumulation is disabled. |
Name | Description | |
---|---|---|
Deserializes the specified JSON formatted string to a JsonObject. |
||
Overloaded. |
||
Reads a Brush object with the specified color. |
||
Reads all brushes. |
||
Overloaded. |
||
Reads a ColorBlend object. |
||
Reads an enum value. |
||
Overloaded. |
||
Reads an Image object. |
||
Reads all images. |
||
Reads an object. |
||
Overloaded. |
||
Reads a PointF object. |
||
Reads a Point string. |
||
Reads a RectangleF object. |
||
Reads a SizeF object. |
||
Reads a StringFormat object. |
||
Serializes the specified JsonObject to a JSON formatted string. |
||
Writes a MindFusion.Drawing.Brush object. |
||
Writes the color of the specified brush. |
||
Writes all currently accumulated brushes. |
||
Writes a Color object. |
||
Writes a ColorBlend object. |
||
Writes an enum value. |
||
Writes a Font object. |
||
Writes an Image object. |
||
Writes all currently accumulated images. |
||
Writes an object. |
||
Writes a MindFusion.Drawing.Pen object. |
||
Writes a PointF object. |
||
Writes a Point string. |
||
Writes a RectangleF object. |
||
Writes a SizeF object. |
||
Writes a StringFormat object. |
Name | Description | |
---|---|---|
Decodes a string from Base64 representation. |
||
Encodes a string to Base64 representation. |
||
Converts a string to Pascal case. |
||
Converts a string to Camel case. |