The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataContractJsonSerializer::ReadObject Method (XmlReader^)
.NET Framework (current version)
Reads the XML document mapped from JSON (JavaScript Object Notation) 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 document mapped from JSON.
.NET Framework
Available since 3.5
Available since 3.5
Show: