DataContractBinarySerializer::WriteStartObject Method (XmlDictionaryWriter^, Object^)
Writes the opening XML element using the specified writer.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
public: virtual void WriteStartObject( XmlDictionaryWriter^ writer, Object^ graph ) override
Parameters
- writer
-
Type:
System.Xml::XmlDictionaryWriter^
The XmlDictionaryWriter used to write the XML element.
- graph
-
Type:
System::Object^
The object to serialize.
Show: