XmlSerializer::Deserialize Method (XmlReader^, XmlDeserializationEvents)
.NET Framework (current version)
Deserializes an XML document contained by the specified XmlReader and allows the overriding of events that occur during deserialization.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- xmlReader
-
Type:
System.Xml::XmlReader^
The XmlReader that contains the document to deserialize.
- events
-
Type:
System.Xml.Serialization::XmlDeserializationEvents
An instance of the XmlDeserializationEvents class.
The object being deserialized.
.NET Framework
Available since 1.1
Available since 1.1
Show: