DataContractBinarySerializer.WriteObject Method (XmlDictionaryWriter, Object)

 

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

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

public override void WriteObject(
	XmlDictionaryWriter writer,
	object graph
)

Parameters

writer
Type: System.Xml.XmlDictionaryWriter

An XmlDictionaryWriter used to write the content to the XML document or stream.

graph
Type: System.Object

The object that contains the content to write.

Return to top
Show: