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::WriteObjectContent Method
.NET Framework (current version)
Writes the XML content without the wrapping element using the specified writer.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | WriteObjectContent(XmlDictionaryWriter^, Object^) | Writes the XML content using an XmlDictionaryWriter.(Overrides XmlObjectSerializer::WriteObjectContent(XmlDictionaryWriter^, Object^).) |
![]() | WriteObjectContent(XmlWriter^, Object^) | Writes the XML content using an XmlWriter.(Overrides XmlObjectSerializer::WriteObjectContent(XmlWriter^, Object^).) |
Show:
