DataContractBinarySerializer.WriteObject Method (Stream, Object)

 

Writes the complete content of the object to the XML document or stream with the specified stream.

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

public override void WriteObject(
	Stream stream,
	object graph
)

Parameters

stream
Type: System.IO.Stream

A stream used to write the XML document or stream.

graph
Type: System.Object

The object that contains the data to write to the stream.

Return to top
Show: