Search
JsonContext Methods
 


 Public Methods

  Name Description

parse

Deserializes the specified JSON formatted string to a JsonObject.

readBrush

Overloaded.  

readBrushColor

Reads a Brush object with the specified color.

readBrushes

Reads all brushes.

readColor

Overloaded.  

readEnum

Reads an enum value.

readFile

Reads json file

readFont

Overloaded.  

readImage

Reads an Image object.

readImages

Reads all images.

readObject

 

readPen

Overloaded.  

readPointF

Reads a Point2D.Float object.

readPointString

Reads a list of points.

readRectangleF

Reads a Rectangle2D.Float object.

readSizeF

read the SizeF object

readStringFormat

Reads a StringFormat object.

serialize

Serializes the specified JsonObject to a JSON formatted string.

writeBrush

Writes a MindFusion.Drawing.Brush object.

writeBrushColor

Writes the color of the specified brush.

writeBrushes

Writes all currently accumulated brushes.

writeColor

Writes a Color object.

writeEnum

Writes an enum value.

writeFile

Writes serialized json to file.

writeFont

Writes a Font object.

writeImage

Writes an Image object.

writeImages

Writes all currently accumulated images.

writeObject

 

writePen

Writes a MindFusion.Drawing.Pen object.

writePointF

Writes a PointF object.

writePointString

Writes a Point string.

writeRectangleF

Writes a RectangleF object.

writeSizeF

Writes a sizeF object

writeStringFormat

Writes a StringFormat object.

 Protected Methods

  Name Description

Base64Decode

 

base64Encode

 

toCamelCase

 

toPascalCase

 

 See Also