XmlSerializationReader.AddFixup Method
.NET Framework 3.0
Stores an object that contains a callback method to subsequently be called, as necessary, to fill in .NET Framework collections or enumerations that map to SOAP-encoded arrays or SOAP-encoded, multi-referenced elements.
| Name | Description |
|---|---|
| XmlSerializationReader.AddFixup (XmlSerializationReader.CollectionFixup) | Stores an object that contains a callback method that will be called, as necessary, to fill in .NET Framework collections or enumerations that map to SOAP-encoded arrays or SOAP-encoded, multi-referenced elements. |
| XmlSerializationReader.AddFixup (XmlSerializationReader.Fixup) | Stores an object that contains a callback method instance that will be called, as necessary, to fill in the objects in a SOAP-encoded array. |
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.