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.
DataContractJsonSerializer::WriteEndObject Method (XmlDictionaryWriter^)
.NET Framework (current version)
Writes the closing XML element to an XML document, using an XmlDictionaryWriter, which can be mapped to JavaScript Object Notation (JSON).
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- writer
-
Type:
System.Xml::XmlDictionaryWriter^
An XmlDictionaryWriter used to write the XML document to map to JSON.
Note that this method is intended for advanced scenarios when working with XML mapped from JSON.
.NET Framework
Available since 3.5
Available since 3.5
Show: