System.Xml.Serialization.XmlSerializationCollectionFixupCallback Delegate

Delegate used by the System.Xml.Serialization.XmlSerializer class for deserialization of SOAP-encoded XML data types that map to collections or enumerations.

Syntax

public delegate void XmlSerializationCollectionFixupCallback (object collection, object collectionItems)

Parameters

collection
Documentation for this section has not yet been entered.
collectionItems
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 collection fix-up methods that use the System.Xml.Serialization.XmlSerializationCollectionFixupCallback delegate. This occurs for SOAP-encoded arrays or SOAP-encoded, multi-reference elements whose data types, in either case, map to .NET Framework collections or enumerations. As necessary, the collection fix-up method is called during deserialization.

You should not directly instantiate System.Xml.Serialization.XmlSerializationCollectionFixupCallback.

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