Search
JsonSerializationContext Members
Constructors Fields Methods
 


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

completed

 

LatestFormat

 

 Protected Fields

  Name Description

brushes

  (Inherited from JsonContext.)

inplaceImages

  (Inherited from JsonContext.)

inplaceResources

  (Inherited from JsonContext.)

 Public Methods

  Name Description

getFileVersion

 

getSchedule

 

isInplaceImages

 

parse

Deserializes the specified JSON formatted string to a JsonObject. (Inherited from JsonContext.)

readBrush

Overloaded.   (Inherited from JsonContext.)

readBrushColor

Reads a Brush object with the specified color. (Inherited from JsonContext.)

readBrushes

Reads all brushes. (Inherited from JsonContext.)

readColor

Overloaded.   (Inherited from JsonContext.)

readCustomBrushes

 

readDate

 

readEnum

Reads an enum value. (Inherited from JsonContext.)

readFile

Reads json file (Inherited from JsonContext.)

readFont

Overloaded.   (Inherited from JsonContext.)

readImage

Reads an Image object. (Inherited from JsonContext.)

readImages

Reads all images. (Inherited from JsonContext.)

readObject

  (Inherited from JsonContext.)

readPen

Overloaded.   (Inherited from JsonContext.)

readPointF

Reads a Point2D.Float object. (Inherited from JsonContext.)

readPointString

Reads a list of points. (Inherited from JsonContext.)

readRectangleF

Reads a Rectangle2D.Float object. (Inherited from JsonContext.)

readSizeF

read the SizeF object (Inherited from JsonContext.)

readStringFormat

Reads a StringFormat object. (Inherited from JsonContext.)

readStyle

 

readTag

Reads the specified tag for the specified object.

serialize

Serializes the specified JsonObject to a JSON formatted string. (Inherited from JsonContext.)

setFileVersion

 

setInplaceImages

 

writeBrush

Writes a MindFusion.Drawing.Brush object. (Inherited from JsonContext.)

writeBrushColor

Writes the color of the specified brush. (Inherited from JsonContext.)

writeBrushes

Writes all currently accumulated brushes. (Inherited from JsonContext.)

writeColor

 

writeCustomBrushes

Writes the specified CustomBrushes object.

writeEnum

Writes an enum value. (Inherited from JsonContext.)

writeFile

Writes serialized json to file. (Inherited from JsonContext.)

writeFont

Writes a Font object. (Inherited from JsonContext.)

writeImage

Writes an Image object. (Inherited from JsonContext.)

writeImages

Writes all currently accumulated images. (Inherited from JsonContext.)

writeObject

  (Inherited from JsonContext.)

writePen

Writes a MindFusion.Drawing.Pen object. (Inherited from JsonContext.)

writePointF

Writes a PointF object. (Inherited from JsonContext.)

writePointString

Writes a Point string. (Inherited from JsonContext.)

writeRectangleF

Writes a RectangleF object. (Inherited from JsonContext.)

writeSizeF

Writes a sizeF object (Inherited from JsonContext.)

writeStringFormat

Writes a StringFormat object. (Inherited from JsonContext.)

writeStyle

Writes the specified Style object.

writeTag

Writes the specified tag of the specified object.

 Protected Methods

  Name Description

Base64Decode

  (Inherited from JsonContext.)

base64Encode

  (Inherited from JsonContext.)

toCamelCase

  (Inherited from JsonContext.)

toPascalCase

  (Inherited from JsonContext.)

 See Also