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.

Syntax

public void Serialize (System.IO.Stream serializationStream, object graph)

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.

Remarks

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