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.

DataContractJsonSerializer::WriteEndObject Method (XmlWriter^)

 

Writes the closing XML element to an XML document, using an XmlWriter, which can be mapped to JavaScript Object Notation (JSON).

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

public:
virtual void WriteEndObject(
	XmlWriter^ writer
) override

Parameters

writer
Type: System.Xml::XmlWriter^

An XmlWriter used to write the XML document mapped to JSON.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft