.NET Framework Class Library
LosFormatter..::.Deserialize Method
Transforms the specified view-state value to a limited object serialization (LOS)-formatted object.
|
| Name | Description |
|---|
.gif) | Deserialize(Stream) | Transforms the view-state value contained in a Stream object to a limited object serialization (LOS)-formatted object. |
.gif) | Deserialize(TextReader) | Transforms the view-state value contained in a TextReader object to a limited object serialization (LOS)-formatted object. |
.gif) | Deserialize(String) | Transforms the specified view-state value to a limited object serialization (LOS)-formatted object. |
Top
Reference