Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BinaryFormatter::Deserialize Method

 

Deserializes a stream into an object graph.

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

NameDescription
System_CAPS_pubmethodDeserialize(Stream^)

Deserializes the specified stream into an object graph.

System_CAPS_pubmethodDeserialize(Stream^, HeaderHandler^)

Deserializes the specified stream into an object graph. The provided HeaderHandler handles any headers in that stream.

System_CAPS_security 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.

Return to top
Show:
© 2017 Microsoft