XmlSerializationWriteCallback Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Delegate that is used by the XmlSerializer class for serialization of types from SOAP-encoded, non-root XML data.
Namespace: System.Xml.Serialization
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.