XmlSerializationWriter Class
Assembly: System.Xml (in system.xml.dll)
'Declaration Public MustInherit Class XmlSerializationWriter Inherits XmlSerializationGeneratedCode 'Usage Dim instance As XmlSerializationWriter
public abstract class XmlSerializationWriter extends XmlSerializationGeneratedCode
public abstract class XmlSerializationWriter extends XmlSerializationGeneratedCode
During initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for serialization that is derived from the abstract XmlSerializationWriter class. XmlSerializationWriter is also implemented within the .NET Framework for serialization of DiscoveryDocument and ServiceDescription objects into XML documents.
You should not derive classes from XmlSerializationWriter. Instead, call the Serialize method.
System.Xml.Serialization.XmlSerializationGeneratedCode
System.Xml.Serialization.XmlSerializationWriter
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.