Mono Class Library: Overview

System.Xml.Serialization.XmlSerializer: Method Members

The methods of System.Xml.Serialization.XmlSerializer are listed below. For a list of all members, see the XmlSerializer Members list.

See Also: Inherited members from System.Object

Public Methods

CanDeserialize(System.Xml.XmlReader) : bool
Documentation for this section has not yet been entered.
Deserialize(System.IO.Stream) : object
Documentation for this section has not yet been entered.
Deserialize(System.IO.TextReader) : object
Documentation for this section has not yet been entered.
Deserialize(System.Xml.XmlReader) : object
Documentation for this section has not yet been entered.
Deserialize(System.Xml.XmlReader, string) : object
Documentation for this section has not yet been entered.
Deserialize(System.Xml.XmlReader, XmlDeserializationEvents) : object
Documentation for this section has not yet been entered.
Deserialize(System.Xml.XmlReader, string, XmlDeserializationEvents) : object
Documentation for this section has not yet been entered.
static
FromMappings(XmlMapping[]) : XmlSerializer[]
Documentation for this section has not yet been entered.
static
FromMappings(XmlMapping[], System.Security.Policy.Evidence) : XmlSerializer[]
Documentation for this section has not yet been entered.
static
FromMappings(XmlMapping[], Type) : XmlSerializer[]
Documentation for this section has not yet been entered.
static
FromTypes(Type[]) : XmlSerializer[]
Documentation for this section has not yet been entered.
static
GenerateSerializer(Type[], XmlMapping[]) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
static
GenerateSerializer(Type[], XmlMapping[], System.CodeDom.Compiler.CompilerParameters) : System.Reflection.Assembly
Documentation for this section has not yet been entered.
static
GetXmlSerializerAssemblyName(Type) : string
Documentation for this section has not yet been entered.
static
GetXmlSerializerAssemblyName(Type, string) : string
Documentation for this section has not yet been entered.
Serialize(System.IO.Stream, object)
Documentation for this section has not yet been entered.
Serialize(System.IO.TextWriter, object)
Documentation for this section has not yet been entered.
Serialize(System.Xml.XmlWriter, object)
Documentation for this section has not yet been entered.
Serialize(System.IO.Stream, object, XmlSerializerNamespaces)
Documentation for this section has not yet been entered.
Serialize(System.IO.TextWriter, object, XmlSerializerNamespaces)
Documentation for this section has not yet been entered.
Serialize(System.Xml.XmlWriter, object, XmlSerializerNamespaces)
Documentation for this section has not yet been entered.
Serialize(System.Xml.XmlWriter, object, XmlSerializerNamespaces, string)
Documentation for this section has not yet been entered.
Serialize(System.Xml.XmlWriter, object, XmlSerializerNamespaces, string, string)
Documentation for this section has not yet been entered.

Protected Methods

CreateReader() : XmlSerializationReader
Documentation for this section has not yet been entered.
CreateWriter() : XmlSerializationWriter
Documentation for this section has not yet been entered.
Deserialize(XmlSerializationReader) : object
Documentation for this section has not yet been entered.
Serialize(object, XmlSerializationWriter)
Documentation for this section has not yet been entered.