XmlSerializer.Serialize Method (XmlWriter, Object, XmlSerializerNamespaces, String, String)
.NET Framework 4
Namespace:
System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
public void Serialize( XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, string encodingStyle, string id )
Parameters
- xmlWriter
- Type: System.Xml.XmlWriter
The XmlWriter used to write the XML document.
- o
- Type: System.Object
The object to serialize.
- namespaces
- Type: System.Xml.Serialization.XmlSerializerNamespaces
An instance of the XmlSerializaerNamespaces that contains namespaces and prefixes to use.
- encodingStyle
- Type: System.String
The encoding used in the document.
- id
- Type: System.String
For SOAP encoded messages, the base used to generate id attributes.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.