DataContractJsonSerializer::ReadObject Method (XmlDictionaryReader^, Boolean)
Reads the XML document mapped from JSON with an XmlDictionaryReader and returns the deserialized object; it also enables you to specify whether the serializer should verify that it is positioned on an appropriate element before attempting to deserialize.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: virtual Object^ ReadObject( XmlDictionaryReader^ reader, bool verifyObjectName ) override
Parameters
- reader
-
Type:
System.Xml::XmlDictionaryReader^
An XmlDictionaryReader used to read the XML document mapped from JSON.
- verifyObjectName
-
Type:
System::Boolean
true to check whether the enclosing XML element name and namespace correspond to the expected name and namespace; otherwise, false to skip the verification. The default is true.
Available since 3.5