This topic has not yet been rated - Rate this topic

XmlSerializationReader.AddFixup Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.