Formatter::Deserialize Method (Stream^)

 

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.

Namespace:   System.Runtime.Serialization
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual Object^ Deserialize(
	Stream^ serializationStream
) abstract

Parameters

serializationStream
Type: System.IO::Stream^

The stream to deserialize.

Return Value

Type: System::Object^

The top object of the deserialized graph of objects.

Notes to Inheritors:

You must implement this method in a derived class.

.NET Framework
Available since 1.1
Return to top
Show: