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