Mono Class Library: Overview

System.Xml.Serialization.XmlSerializer: Members

The members of System.Xml.Serialization.XmlSerializer are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

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.

Public Events

UnknownAttributeDocumentation for this section has not yet been entered.
UnknownElementDocumentation for this section has not yet been entered.
UnknownNodeDocumentation for this section has not yet been entered.
UnreferencedObjectDocumentation for this section has not yet been entered.