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.
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.
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.
Available since 2.0