Search
JsonPersistContext Members
Constructors Fields Properties Methods
 


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

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

 Public Constructors

  Name Description

JsonPersistContext

Overloaded.  

 Public Fields

  Name Description

LatestFormat

Specifies the latest file format revision number.

 Protected Fields

  Name Description

brushes

A list of all brushes. (Inherited from JsonContext.)

inplaceImages

Specifies whether images are encoded in place. (Inherited from JsonContext.)

inplaceResources

Specifies whether resource accumulation is disabled. (Inherited from JsonContext.)

 Public Properties

  Name Description

Diagram

Gets the underlying diagram object.

FileVersion

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

 Public Methods

  Name Description

LoadItem

Reads a diagram item from the specified JsonObject.

Parse

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

ReadAnchorPattern

Reads an AnchorPattern object.

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.)

ReadColorBlend

Reads a ColorBlend object. (Inherited from JsonContext.)

ReadComposite

Reads the properties of a CompositeNode, which are marked with the AutoJson attribute.

ReadEffect

Reads a NodeEffect object.

ReadEnum

Reads an enum value. (Inherited from JsonContext.)

ReadFont

Reads a Font object.

ReadImage

Reads an Image object. (Inherited from JsonContext.)

ReadImages

Reads all images. (Inherited from JsonContext.)

ReadItemId

Reads an item reference.

ReadMap

Reads a MapContent object.

ReadObject

Reads an object. (Inherited from JsonContext.)

ReadPen

Overloaded.   (Inherited from JsonContext.)

ReadPointF

Reads a PointF object. (Inherited from JsonContext.)

ReadPointString

Reads a Point string. (Inherited from JsonContext.)

ReadRectangleF

Reads a RectangleF object. (Inherited from JsonContext.)

ReadShape

Reads a Shape object.

ReadSizeF

Reads a SizeF object. (Inherited from JsonContext.)

ReadStringFormat

Reads a StringFormat object. (Inherited from JsonContext.)

ReadStyle

Reads a Style object.

ReadSvg

Reads a SVG objec.

ReadTag

Reads the specified tag for the specified object.

ReadTheme

Reads a Theme object.

ReadThickness

Reads a Thickness object.

SaveItem

Saves the specified diagram item to a JsonObject.

Serialize

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

WriteAnchorPattern

Writes an AnchorPattern object.

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

Writes a Color object. (Inherited from JsonContext.)

WriteColorBlend

Writes a ColorBlend object. (Inherited from JsonContext.)

WriteComposite

Writes the properties of a CompositeNode, which are marked with the AutoJson attribute.

WriteEffect

Writes a NodeEffect object.

WriteEnum

Writes an enum value. (Inherited from JsonContext.)

WriteFont

Writes a Font object.

WriteHandlesStyle

Writes a HandlesVisualStyle object.

WriteImage

Writes an Image object. (Inherited from JsonContext.)

WriteImages

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

WriteItemId

Writes a reference to the specified item.

WriteItemType

Writes an item type.

WriteMap

Writes a MapContent object.

WriteObject

Writes an object. (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.)

WriteShape

Writes a Shape object.

WriteSizeF

Writes a SizeF object. (Inherited from JsonContext.)

WriteStringFormat

Writes a StringFormat object. (Inherited from JsonContext.)

WriteStyle

Writes a Style object.

WriteSvg

Writes an SvgContent object.

WriteTag

Writes the specified tag of the specified object.

WriteTheme

Writes a Theme object.

WriteThickness

Writes a Thickness object.

 Protected Methods

  Name Description

Base64Decode

Decodes a string from Base64 representation. (Inherited from JsonContext.)

Base64Encode

Encodes a string to Base64 representation. (Inherited from JsonContext.)

ToCamelCase

Converts a string to Pascal case. (Inherited from JsonContext.)

ToPascalCase

Converts a string to Camel case. (Inherited from JsonContext.)

 See Also