IFormatter::Deserialize Method (Stream^)
.NET Framework (current version)
Deserializes the data on the provided stream and reconstitutes the graph of objects.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- serializationStream
-
Type:
System.IO::Stream^
The stream that contains the data to deserialize.
The Deserialize method reads graph information from the stream and reconstructs a clone of the original graph. The topology of the graph is preserved.
The deserialization process allocates an empty object of the appropriate type and repopulates its fields from the data transmitted in the serializationStream stream. It is important to note that no constructor is ever called on the object during deserialization.
.NET Framework
Available since 1.1
Available since 1.1
Show: