System.Runtime.Serialization.Formatter.Serialize Method

When overridden in a derived class, serializes the graph of objects with the specified root to the stream already attached to the formatter.

Syntax

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

Parameters

serializationStream
The stream to which the objects are serialized.
graph
The object at the root of the graph to serialize.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0