Share via


WriteObject Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Writes all the object data (starting XML element, content, and closing element) to an XML document or stream with an XML writer.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public MustOverride Sub WriteObject ( _
    writer As XmlWriter, _
    graph As Object _
)
public abstract void WriteObject(
    XmlWriter writer,
    Object graph
)
public:
virtual void WriteObject(
    XmlWriter^ writer, 
    Object^ graph
) abstract
abstract WriteObject : 
        writer:XmlWriter * 
        graph:Object -> unit 
public abstract function WriteObject(
    writer : XmlWriter, 
    graph : Object
)

Parameters

.NET Framework Security

See Also

Reference

DataContractSerializer Class

Ws.Services.Serialization Namespace