DataContractBinarySerializer.ReadObject Method (XmlDictionaryReader, Boolean)

 

Reads the XML stream or document with a reader and returns the deserialized object.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

public override object ReadObject(
	XmlDictionaryReader reader,
	bool verifyObjectName
)

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.

Return Value

Type: System.Object

The deserialized object.

Return to top
Show: