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