The DiagramXmlSerializer type exposes the following members.

Properties

  NameDescription
LineTypeNameResolver
Gets or sets a function used to resolve line type names. This supports custom line types. If the LineTypeNameResolver is not set, or returns null, then the default resolver is used.
OnDeserializeCustomConnectionData
Gets or sets a function used to deserialize custom connection data.
OnDeserializeCustomNodeData
Gets or sets a function used to deserialize custom node data.
OnSerializeCustomConnectionData
Gets or sets a function used to serialize custom connection data.
OnSerializeCustomNodeData
Gets or sets a function used to serialize custom node data.
ShapeNameResolver
Gets or sets a function used to resolve shape names. This supports custom shapes. If the ShapeNameResolver is not set, or returns null, then the default resolver is used.

See Also