Share via


DataContractBinarySerializer.WriteObject Method (XmlDictionaryWriter, Object)

 

Writes the complete content of the object to the XML document or stream with the specified XmlDictionaryWriter.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

public override void WriteObject(
    XmlDictionaryWriter writer,
    object graph
)
public:
virtual void WriteObject(
    XmlDictionaryWriter^ writer,
    Object^ graph
) override
override WriteObject : 
        writer:XmlDictionaryWriter *
        graph:Object -> unit
Public Overrides Sub WriteObject (
    writer As XmlDictionaryWriter,
    graph As Object
)

Parameters

  • graph
    Type: System.Object

    The object that contains the content to write.

See Also

WriteObject Overload
DataContractBinarySerializer Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top