DataContractBinarySerializer.ReadObject Method (XmlDictionaryReader, Boolean)
Reads the XML stream or document with a reader and returns the deserialized object.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
Parameters
- reader
-
Type:
System.Xml.XmlDictionaryReader
The reader used to read the XML stream or document.
- verifyObjectName
-
Type:
System.Boolean
true to verify the object name; otherwise, false.
Show: