DataContractJsonSerializer::WriteEndObject Method
Writes the closing XML element to an XML document that can be mapped to JavaScript Object Notation (JSON).
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | WriteEndObject(XmlDictionaryWriter^) | Writes the closing XML element to an XML document, using an XmlDictionaryWriter, which can be mapped to JavaScript Object Notation (JSON).(Overrides XmlObjectSerializer::WriteEndObject(XmlDictionaryWriter^).) |
![]() | WriteEndObject(XmlWriter^) | Writes the closing XML element to an XML document, using an XmlWriter, which can be mapped to JavaScript Object Notation (JSON).(Overrides XmlObjectSerializer::WriteEndObject(XmlWriter^).) |
Note that this method is intended for advanced scenarios when working with XML mapped from JSON.
