XmlSerializationWriteCallback Delegate
Delegate that is used by the XmlSerializer class for serialization of types from SOAP-encoded, non-root XML data.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- o
- Type: System::Object
The object being serialized.
During initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for serialization derived from the XmlSerializationWriter class. During this process, the .NET Framework generates write methods that implement the XmlSerializationWriteCallback class delegate. It does so for certain mappings between .NET Framework types and XML data types that are serialized through SOAP-encoded XML and are not root elements. Then, as necessary, a write method is called during serialization.
You should not directly instantiate XmlSerializationWriteCallback.
SOAP encoding is described in Section 5 of the SOAP 1.1 specification.
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.