Share via


DataContractBinarySerializer.WriteObject Method

 

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

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

Overload List

Name Description
System_CAPS_pubmethod WriteObject(Stream, Object)

Writes the complete content of the object to the XML document or stream with the specified stream.(Overrides XmlObjectSerializer.WriteObject(Stream, Object).)

System_CAPS_pubmethod WriteObject(XmlDictionaryWriter, Object)

Writes the complete content of the object to the XML document or stream with the specified XmlDictionaryWriter.(Overrides XmlObjectSerializer.WriteObject(XmlDictionaryWriter, Object).)

System_CAPS_pubmethod WriteObject(XmlWriter, Object)

(Inherited from XmlObjectSerializer.)

See Also

DataContractBinarySerializer Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top