This documentation is archived and is not being maintained.
BinaryFormatter::Deserialize Method
Visual Studio 2010
Deserializes a stream into an object graph.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
Show: