[]
Represents contextual information about a serialization, such as its DirectionType, document and other.
public sealed class GraphXmlSerializationContext
Name | Description |
---|---|
GraphXmlSerializationContext(DirectionType, XmlDocument, bool, bool) | Initializes a new instance of the GraphXmlSerializationContext class. |
GraphXmlSerializationContext(ISharpGraph, DirectionType, XmlDocument, bool) | Initializes a new instance of the GraphXmlSerializationContext class. |
Name | Description |
---|---|
Direction | Direction to serialize - from xml or to xml |
Doc | Gets the XmlDocument. |
Fonts | |
IncludeData | Gets the flag determining if points will be included or not. |
RegisteredComponents | Gets the registered components collection. |
StrictImport | False by default. If true xml import process will stop once it finds an error and throw an exception. If false it will mutually continue. Use "strict" attribute of root element "SharpGraph" in xml files to control this behaviour. |