XmlSerializationReader::Fixup Class
Holds an XmlSerializationFixupCallback delegate instance, plus the method's inputs; also serves as the parameter for the method.
Assembly: System.Xml (in System.Xml.dll)
The XmlSerializationReader::Fixup type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XmlSerializationReader::Fixup(Object, XmlSerializationFixupCallback, Int32) | Receives the size of a string array to generate. |
![]() | XmlSerializationReader::Fixup(Object, XmlSerializationFixupCallback, array<String>) | Receives a string array. |
| Name | Description | |
|---|---|---|
![]() | Callback | Gets the callback method that creates an instance of the XmlSerializationFixupCallback delegate. |
![]() | Ids | Gets or sets an array of keys for the objects that belong to the Source property whose values get filled in by the callback implementation. |
![]() | Source | Gets or sets the object that contains other objects whose values get filled in by the callback implementation. |
| 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.) |
While deserializing XML documents into .NET Framework objects, the .NET Framework XML serialization infrastructure dynamically instantiates fix-up methods that implement the XmlSerializationFixupCallback delegate; plus, it instantiates XmlSerializationReader::Fixup class objects to store the fix-up methods along with their inputs. The infrastructure does so for SOAP-encoded arrays whose data types map to .NET Framework reference types. Then, as necessary, a fix-up method is called to fill in the objects in the array.
In addition, 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 XmlSerializationFixupCallback properties plus XmlSerializationReader::Fixup class objects for SOAP-encoded, multireferenced XML data. The methods are then invoked during deserialization.
Do not directly create an instance of the XmlSerializationFixupCallback or XmlSerializationReader::Fixup class.
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.
