Contains methods that can help you serialize and deserialize charts to and from XML documents.
The following tables list the members exposed by the XmlSerializationContext type.
Name | Description | |
---|---|---|
Overloaded. |
Name | Description | |
---|---|---|
Specifies the latest file format revision number. |
Name | Description | |
---|---|---|
Gets or sets the base URI of the XML document being loaded or saved. When not specified, the BaseURI of the underlying XmlDocument is used. |
||
Gets the format revision number for the file being currently serialized. |
||
Gets the underlying XML document. |
Name | Description | |
---|---|---|
Overloaded. |
||
Overloaded. |
||
Reads a Brush object with the specified name. |
||
Reads a collection of brushes from the element with the specified name and the specified parent. |
||
Reads a list of brushes from the specified element with the specified parent. |
||
Reads a byte value from the specified element with the specified parent. |
||
Reads a char value from the specified element with the specified parent. |
||
Reads a System.Windows.Media.Color object from the specified element with the specified parent. |
||
Reads a color array with the specified name. |
||
Reads a decimal value from the specified element with the specified parent. |
||
Reads a double value from the specified element with the specified parent. |
||
Reads an array with double values from the specified element with the specified subelements and the specified parent. |
||
Reads a System.Windows.Media.DoubleCollection from the specified element with the specified parent. |
||
Reads a System.Windows.Media.Effects.Effect value from the specified element with the specified parent. |
||
Overloaded. Reads an enumeration. |
||
Overloaded. Reads a float value. |
||
Reads a System.Windows.Media.FontFamily value from the specified element with the specified parent. |
||
Reads a FontStyle enumeration member from the specified element with the specified parent. |
||
Reads a System.Windows.FontWeight structure value from the specified element with the specified parent. |
||
Reads a System.Windows.Media.GradientStopCollection from the specified element with the specified parent. |
||
Overloaded. Reads an integer value. |
||
Reads a long value from the specified element with the specified parent. |
||
Reads an object value from the specified element with the specified parent. |
||
Reads a System.Windows.Media.Pen value from the specified element with the specified parent. |
||
Overloaded. Reads a System.Windows.Point value. |
||
Reads a System.Windows.Media.PointCollection value from the specified element with the specified parent. |
||
Reads a System.Windows.Shapes.Rectangle value from the specified element with the specified parent. |
||
Reads an 8-bit signed integer value from the specified element with the specified parent. |
||
Reads a short value from the specified element with the specified parent. |
||
Reads a System.Windows.Size value from the specified element with the specified parent. |
||
Reads a System.IO.Stream value from the specified element with the specified parent. |
||
Overloaded. Reads a string value. |
||
Reads a System.Windows.Thickness value from the specified element with the specified parent. |
||
Reads an unsigned integer value from the specified element with the specified parent. |
||
Reads an unsigned long value from the specified element with the specified parent. |
||
Reads an unsigned short value from the specified element with the specified parent. |
||
Returns the child node with the specified name. |
||
Returns the child nodes with the specified name. |
||
Writes a boolean value with the specified name. |
||
Writes the specified brush as an XML element. The brush is registered within the internal hashtable for subsequent serialization. |
||
Writes the specified collection of brushes under the specified name with the specified Xml parent. |
||
Writes the specified list of brushes as a XML element. |
||
Writes a byte value as a System.Xml.XmlElement object with the the specified name and the specified parent. |
||
Writes a char value as a System.Xml.XmlElement object with the the specified name and the specified parent. |
||
Writes a System.Windows.Media.Color value as a System.Xml.XmlElement object with the the specified name and the specified parent. |
||
Writes an array of System.Windows.Media.Color objects as a System.Xml.XmlElement object with the the specified name and the specified subelements and the specified parent. |
||
Writes a decimal value as a System.Xml.XmlElement object with the the specified name and the specified parent. |
||
Writes a double value as a System.Xml.XmlElement object with the the specified name and the specified parent. |
||
Writes the specified double array as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes the specified DoubleCollection as a XML node with the specified name and with the specified parent element. |
||
Writes the specified visual effect with the specified element name under the specified parent element. |
||
Writes the specified enum value. |
||
Writes a System.Windows.Media.FontFamily value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Windows.FontStyle value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Windows.FontWeight value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Windows.Media.GradientStop value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a WPF GradientStopCollection as an XmlElement object with the specified name and the specified parent. |
||
Writes an int value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a long value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Object as a System.Xml.XmlElement with the specified name and the specified parent. |
||
Writes a System.Windows.Media.Pen value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Windows.Point with the specified name. |
||
Writes the specified System.Windows.Media.PointCollection as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Drawing.Rectangle as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Write a 8-bit signed integer value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a short value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Windows.Size value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes the specified System.IO.Stream value as a System.Xml.XmlElement object with the specified name and the specified parent.. |
||
Writes a string value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes a System.Windows.Thickness value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes an unsigned integer value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes an unsigned long value as a System.Xml.XmlElement object with the specified name and the specified parent. |
||
Writes an unsigned short value as a System.Xml.XmlElement object with the specified name and the specified parent. |