LosFormatter::Deserialize Method
.NET Framework (current version)
Transforms the specified view-state value to a limited object serialization (LOS)-formatted object.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Deserialize(Stream^) | Transforms the view-state value contained in a Stream object to a limited object serialization (LOS)-formatted object. |
![]() | Deserialize(String^) | Transforms the specified view-state value to a limited object serialization (LOS)-formatted object. |
![]() | Deserialize(TextReader^) | Transforms the view-state value contained in a TextReader object to a limited object serialization (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. |
Show:

