DataContractBinarySerializer::ReadObject Method (Stream^)

 

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

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

public:
virtual Object^ ReadObject(
	Stream^ stream
) override

Parameters

stream
Type: System.IO::Stream^

A stream used to read the XML stream or document.

Return Value

Type: System::Object^

The deserialized object.

Return to top
Show: