DataContractBinarySerializer.WriteObjectContent Method (XmlDictionaryWriter, Object)

 

Writes the XML content using an XmlDictionaryWriter.

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

Public Overrides Sub WriteObjectContent (
	writer As XmlDictionaryWriter,
	graph As Object
)

Parameters

writer
Type: System.Xml.XmlDictionaryWriter

The XmlDictionaryWriter used to write the XML content.

graph
Type: System.Object

The object to serialize.

Return to top
Show: