Search
XmlSerializationContext Methods
 


 Public Methods

  Name Description

AddChildElement

Overloaded. Adds a new child node with the specified name to the specified parent node.

ReadBool

Overloaded. Reads a boolean value with the specified name.

ReadBrush

Reads a MindFusion.Drawing.Brush object with the specified name.

ReadBrushes

Reads all brushes.

ReadByte

Reads a byte value with the specified name.

ReadChar

Reads a char value with the specified name.

ReadColor

Reads a color with the specified name.

ReadColorArray

Reads a color array with the specified name.

ReadCustomBrushes

Reads a CustomBrushes object with the specified name.

ReadDateTime

Reads a DateTime object with the specified name.

ReadDecimal

Reads a decimal value with the specified name.

ReadDouble

Reads a double value with the specified name.

ReadDoubleArray

Reads a double array with the specified name.

ReadEnum

Reads an enum value with the specified name.

ReadFloat

Reads a float value with the specified name.

ReadFont

Reads a Font object with the specified name.

ReadHashtable

Reads a hash table object with the specified name.

ReadImage

Reads an Image object with the specified name.

ReadImages

Reads all images.

ReadInt

Reads an integer value with the specified name.

ReadLong

Reads a long value with the specified name.

ReadObject

Reads an object with the specified name.

ReadPen

Reads a MindFusion.Drawing.Pen object with the specified name.

ReadPointF

Reads a Point object with the specified name.

ReadRectangleF

Reads a Rectangle object with the specified name.

ReadRecurrence

Reads a Recurrence object with the specified name.

ReadReminder

Reads a Reminder object with the specified name.

ReadSByte

Reads a 8-bit signed integer value with the specified name.

ReadShort

Reads a short value with the specified name.

ReadSize

Reads a Size object with the specified name.

ReadString

Reads a string value with the specified name.

ReadStringFormat

Reads a StringFormat object with the specified name.

ReadStyle

Reads a Style object with the specified name.

ReadTag

Reads the specified tag for the specified object.

ReadUInt

Reads an unsigned integer value with the specified name.

ReadULong

Reads an unsigned long value with the specified name.

ReadUShort

Reads an unsigned short value with the specified name.

WriteBool

Writes a boolean value with the specified name.

WriteBrush

Writes a reference to the specified brush. The brush is registered within the internal hashtable for subsequent serialization.

WriteBrushes

Writes all currently accumulated brushes.

WriteByte

Write a byte value with the specified name.

WriteChar

Write a char value with the specified name.

WriteColor

Writes the specified color.

WriteColorArray

Writes the specified array.

WriteCustomBrushes

Writes the specified CustomBrushes object.

WriteDateTime

Writes the specified DateTime object.

WriteDecimal

Write a decimal value with the specified name.

WriteDouble

Writes a double value with the specified name.

WriteDoubleArray

Writes the specified array.

WriteEnum

Writes the specified enum value.

WriteFloat

Writes a float value with the specified name.

WriteFont

Writes the specified font.

WriteHashtable

Writes the specified hashtable.

WriteImage

Writes a reference to the specified image. The image is registered within the internal hashtable for subsequent serialization.

WriteImages

Writes all currently accumulated images.

WriteInt

Writes an integer value with the specified name.

WriteLong

Writes a long value with the specified name.

WriteObject

Writes the specified object under the specified name.

WritePen

Writes the specified pen.

WritePoint

Writes a Point with the specified name.

WriteRectangle

Writes a Rectangle with the specified name.

WriteRecurrence

Writes the specified Recurrence object.

WriteReminder

Writes the specified Reminder object.

WriteSByte

Write a 8-bit signed integer value with the specified name.

WriteShort

Writes a short value with the specified name.

WriteSize

Writes a Size with the specified name.

WriteString

Writes a string value with the specified name.

WriteStringFormat

Writes the specified StringFormat object.

WriteStyle

Writes the specified Style object.

WriteTag

Writes the specified tag of the specified object.

WriteUInt

Writes an unsigned integer value with the specified name.

WriteULong

Writes an unsigned long value with the specified name.

WriteUShort

Writes an unsigned short value with the specified name.

 See Also