System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Serialize Method

Serializes an object or graph of objects with the specified root to the given System.IO.Stream in the SOAP Remote Procedure Call (RPC) format.

Syntax

public void Serialize (System.IO.Stream serializationStream, object graph, System.Runtime.Remoting.Messaging.Header[] headers)

Parameters

serializationStream
The stream onto which the formatter puts the data to serialize.
graph
The object or root of the object graph to serialize. All child objects of this root object are automatically serialized.
headers
Remoting headers to include in the serialization. Can be null.

Remarks

Headers are used only for specific remoting applications.

TimeSpan objects are serialized according to the ISO 8601: 1998 section 5.5.3.2.1 "Alternative" standard.

Requirements

Namespace: System.Runtime.Serialization.Formatters.Soap
Assembly: System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0