Formatter::Deserialize Method (Stream^)
.NET Framework (current version)
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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- serializationStream
-
Type:
System.IO::Stream^
The stream to deserialize.
Implements
IFormatter::Deserialize(Stream^)Notes to Inheritors:
You must implement this method in a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: