DataContractBinarySerializer.WriteObjectContent Method (XmlDictionaryWriter, Object)
Writes the XML content using an XmlDictionaryWriter.
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.
Show: