DataContractBinarySerializer::WriteObject Method
Writes the complete content of the object to the XML document or stream with the specified writer.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | 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^).) |
![]() | 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^).) |
![]() | WriteObject(XmlWriter^, Object^) | (Inherited from XmlObjectSerializer.) |
Show:
