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.

XmlSerializer::Deserialize Method (XmlReader^, String^, XmlDeserializationEvents)

 

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

Deserializes the object using the data contained by the specified XmlReader.

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

public:
Object^ Deserialize(
	XmlReader^ xmlReader,
	String^ encodingStyle,
	XmlDeserializationEvents events
)

Parameters

xmlReader
Type: System.Xml::XmlReader^

An instance of the XmlReader class used to read the document.

encodingStyle
Type: System::String^

The encoding used.

events
Type: System.Xml.Serialization::XmlDeserializationEvents

An instance of the XmlDeserializationEvents class.

Return Value

Type: System::Object^

The object being deserialized.

This method is required for deserialization of unknown headers for Web Service scenarios only. This method allows you to avoid event synchronization in Web Service methods.

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