XmlObjectSerializer.ReadObject Method (XmlReader)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads the XML document or stream with an XmlReader and returns the deserialized object.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- reader
- Type: System.Xml.XmlReader
An XmlReader used to read the XML stream or document.
Show: