System.Runtime.Serialization.Formatter.Deserialize Method

When overridden in a derived class, deserializes the stream attached to the formatter when it was created, creating a graph of objects identical to the graph originally serialized into that stream.

Syntax

public abstract object Deserialize (System.IO.Stream serializationStream)

Parameters

serializationStream
The stream to deserialize.

Returns

The top object of the deserialized graph of objects.

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