Serializes the specified object and writes the XML document to a file using the specified System.Xml.XmlWriter, XML namespaces, and encoding.
- xmlWriter
- The System.Xml.XmlWriter used to write the XML document.
- o
- The object to serialize.
- namespaces
- An instance of the XmlSerializaerNamespaces that contains namespaces and prefixes to use.
- encodingStyle
- The encoding used in the document.
- id
- For SOAP encoded messages, the base used to generate id attributes.
The id parameter supplies the base string used to create SOAP ids. By default, these are "id1", "id2" and so on. But if the parameter is set to "myBase" the generated values are "myBaseid1", "myBaseid2" and so on. This functionality is used to create unique id values across the whole SOAP message.