XmlSerializationReader.CollectionFixup Class
Assembly: System.Xml (in system.xml.dll)
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 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.