Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataContractSerializer::WriteObject Method

 

Writes all the object data (starting XML element, content, and closing element) to an XML document or stream.

Namespace:   System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodWriteObject(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.)

System_CAPS_pubmethodWriteObject(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.)

System_CAPS_pubmethodWriteObject(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.

System_CAPS_pubmethodWriteObject(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^).)

Return to top
Show:
© 2017 Microsoft