DataContractBinarySerializer::WriteStartObject Method (XmlDictionaryWriter^, Object^)

 

Writes the opening XML element using the specified writer.

Namespace:   Microsoft.WindowsAzure.Messaging
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.

Return to top
Show: