LosFormatter.Deserialize Method (Stream)
.NET Framework (current version)
Transforms the view-state value contained in a Stream object to a limited object serialization (LOS)-formatted object.
Assembly: System.Web (in System.Web.dll)
Parameters
- stream
-
Type:
System.IO.Stream
A Stream that contains the view-state value to transform.
This version of the Deserialize method is used to transform the view-state value contained in a Stream object to a LOS-formatted object.
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
