DataContractJsonSerializer::ReadObject Method (XmlDictionaryReader^)
.NET Framework (current version)
Reads the XML document mapped from JSON (JavaScript Object Notation) with an XmlDictionaryReader and returns the deserialized object.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- reader
-
Type:
System.Xml::XmlDictionaryReader^
An XmlDictionaryReader used to read the XML document mapped from JSON.
.NET Framework
Available since 3.5
Available since 3.5
Show: