Deserializes the object using the data contained by the specified System.Xml.XmlReader.
- xmlReader
- An instance of the System.Xml.XmlReader class used to read the document.
- encodingStyle
- The encoding used.
- events
- An instance of the System.Xml.Serialization.XmlDeserializationEvents class.
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.