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.
NetDataContractSerializer::WriteEndObject Method (XmlDictionaryWriter^)
.NET Framework (current version)
Writes the closing XML element using an XmlDictionaryWriter.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- writer
-
Type:
System.Xml::XmlDictionaryWriter^
The XmlDictionaryWriter used to write the XML document or stream.
| Exception | Condition |
|---|---|
| ArgumentNullException | the writer is set to null. |
The following example creates an object to serialize, an instance of the NetDataContractSerializer, and an instance of the XmlDictionaryWriter class. The example uses the WriteStartObject, WriteObjectContent, and WriteEndObject methods to write the object data into the XML document.
.NET Framework
Available since 3.0
Available since 3.0
Show: