NetDataContractSerializer::WriteStartObject Method (XmlWriter^, Object^)
Writes the opening XML element using an XmlWriter.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- writer
-
Type:
System.Xml::XmlWriter^
The XmlDictionaryWriter used to write the XML element.
- graph
-
Type:
System::Object^
The object to serialize. All child objects of this root object are automatically serialized.
| Exception | Condition |
|---|---|
| InvalidDataContractException | the type being serialized does not conform to data contract rules. For example, the DataContractAttribute attribute has not been applied to the type. |
| SerializationException | there is a problem with the instance being serialized. |
| QuotaExceededException | the maximum number of object to serialize has been exceeded. Check the MaxItemsInObjectGraph property. |
Available since 3.0