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
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. staticFromMappings(XmlMapping[]) : XmlSerializer[] Documentation for this section has not yet been entered. staticFromMappings(XmlMapping[], System.Security.Policy.Evidence) : XmlSerializer[] Documentation for this section has not yet been entered. staticFromMappings(XmlMapping[], Type) : XmlSerializer[] Documentation for this section has not yet been entered. staticFromTypes(Type[]) : XmlSerializer[] Documentation for this section has not yet been entered. staticGenerateSerializer(Type[], XmlMapping[]) : System.Reflection.Assembly Documentation for this section has not yet been entered. staticGenerateSerializer(Type[], XmlMapping[], System.CodeDom.Compiler.CompilerParameters) : System.Reflection.Assembly Documentation for this section has not yet been entered. staticGetXmlSerializerAssemblyName(Type) : string Documentation for this section has not yet been entered. staticGetXmlSerializerAssemblyName(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.
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.