BinaryFormatter::Deserialize Method
.NET Framework (current version)
Deserializes a stream into an object graph.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialize(Stream^) | Deserializes the specified stream into an object graph. |
![]() | Deserialize(Stream^, HeaderHandler^) | Deserializes the specified stream into an object graph. The provided HeaderHandler handles any headers in that stream. |
Security Note
|
|---|
Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks. |
Show:

