DataContractBinarySerializer.WriteObject Method (Stream, Object)
Writes the complete content of the object to the XML document or stream with the specified stream.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
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.
Show: