XmlSerializationReader::CollectionFixup Class
Holds an XmlSerializationCollectionFixupCallback delegate instance, plus the method's inputs; also supplies the method's parameters.
Assembly: System.Xml (in System.Xml.dll)
The XmlSerializationReader::CollectionFixup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XmlSerializationReader::CollectionFixup | Initializes a new instance of the XmlSerializationReader::CollectionFixup class with parameters for a callback method. |
| Name | Description | |
|---|---|---|
![]() | Callback | Gets the callback method that instantiates the XmlSerializationCollectionFixupCallback delegate. |
![]() | Collection | Gets the object collection for the callback method. |
![]() | CollectionItems | Gets the array into which the callback method copies a collection. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
During initialization, the .NET Framework XML serialization infrastructure dynamically generates and compiles a temporary class for deserialization derived from the XmlSerializationReader class. During this process, the infrastructure generates methods that implement the XmlSerializationCollectionFixupCallback delegate. Additionally, it instantiates XmlSerializationReader::CollectionFixup class objects to store the fix-up methods along with their inputs. The infrastructure does so for SOAP-encoded arrays or SOAP-encoded, multireferenced elements whose data types, in either case, map to .NET Framework collections or enumerations. Then, as necessary, the methods are invoked during deserialization to fill in array items or multireferenced objects.
Do not directly instantiate XmlSerializationCollectionFixupCallback or XmlSerializationReader::CollectionFixup.
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.
