DataContractSerializer.WriteStartObject Method (XmlDictionaryWriter, Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes the opening 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 start element.
- graph
- Type: System.Object
The object to write.
Show: