XmlObjectSerializer.ReadObject Method (XmlDictionaryReader)
[ 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 XmlDictionaryReader and returns the deserialized object.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
'Declaration Public Overridable Function ReadObject ( _ reader As XmlDictionaryReader _ ) As Object
Parameters
- reader
- Type: System.Xml.XmlDictionaryReader
An XmlDictionaryReader used to read the XML document.
Show: