Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSerializationReader::FixupArrayRefs Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Fills in the values of a SOAP-encoded array whose data type maps to a .NET Framework reference type.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

protected:
void FixupArrayRefs(
	Object^ fixup
)

Parameters

fixup
Type: System::Object^

An object that contains the array whose values are filled in.

The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The FixupArrayRefs method implements the XmlSerializationFixupCallback delegate for deserialization of SOAP-encoded XML data.

While deserializing XML documents into .NET Framework objects, the .NET Framework XML serialization infrastructure dynamically creates an instance of the FixupArrayRefs method for SOAP-encoded arrays whose data types map to .NET Framework reference types. The method then is called by XmlSerializationFixupCallback to fill in the objects in the array.

SOAP encoding is described in Section 5 of the SOAP 1.1 specification.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft