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)

NameDescription
System_CAPS_pubmethodWriteObject(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_pubmethodWriteObject(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_pubmethodWriteObject(XmlWriter^, Object^)

(Inherited from XmlObjectSerializer.)

Return to top
Show: