System.Xml.Serialization.XmlSerializationReadCallback Delegate

Delegate used by the System.Xml.Serialization.XmlSerializer class for deserialization of types from SOAP-encoded, non-root XML data.

Syntax

public delegate object XmlSerializationReadCallback ()

Returns

Documentation for this section has not yet been entered.

Remarks

During initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for deserialization derived from the System.Xml.Serialization.XmlSerializationReader class. During this process, the .NET Framework generates read methods that implement the System.Xml.Serialization.XmlSerializationReadCallback 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 read method is called during deserialization.

Do not directly create instances of the System.Xml.Serialization.XmlSerializationReadCallback class.

SOAP encoding is described in Section 5 of the SOAP 1.1 specification.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0