DataContractBinarySerializer::ReadObject Method

 

Reads the XML stream or document and returns the deserialized object.

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

NameDescription
System_CAPS_pubmethodReadObject(Stream^)

Reads the XML stream or document with a stream and returns the deserialized object.(Overrides XmlObjectSerializer::ReadObject(Stream^).)

System_CAPS_pubmethodReadObject(XmlDictionaryReader^)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodReadObject(XmlDictionaryReader^, Boolean)

Reads the XML stream or document with a reader and returns the deserialized object.(Overrides XmlObjectSerializer::ReadObject(XmlDictionaryReader^, Boolean).)

System_CAPS_pubmethodReadObject(XmlReader^)

(Inherited from XmlObjectSerializer.)

System_CAPS_pubmethodReadObject(XmlReader^, Boolean)

(Inherited from XmlObjectSerializer.)

Return to top
Show: