XmlSerializationReader.Fixup Class
Assembly: System.Xml (in system.xml.dll)
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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.