ObjectStateFormatter::Deserialize Method
.NET Framework (current version)
Deserializes an object state graph from serialized form.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialize(Stream^) | Deserializes an object state graph from its binary-serialized form that is contained in the specified Stream object. |
![]() | Deserialize(String^) | Deserializes an object state graph from its serialized base64-encoded string form. |
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:

