DataContractSerializer::WriteObject Method
Writes all the object data (starting XML element, content, and closing element) to an XML document or stream.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | WriteObject(Stream^, Object^) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified Stream.(Inherited from XmlObjectSerializer.) |
![]() | WriteObject(XmlDictionaryWriter^, Object^) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified XmlDictionaryWriter.(Inherited from XmlObjectSerializer.) |
![]() | WriteObject(XmlDictionaryWriter^, Object^, DataContractResolver^) | Writes all the object data (starting XML element, content, and enclosing element) to an XML document or stream using the specified XmlDictionaryWriter. The method includes a resolver for mapping xsi:type declarations at runtime. |
![]() | WriteObject(XmlWriter^, Object^) | Writes all the object data (starting XML element, content, and closing element) to an XML document or stream with an XmlWriter.(Overrides XmlObjectSerializer::WriteObject(XmlWriter^, Object^).) |
