LosFormatter Methods
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. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Serialize(Stream, Object) | Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a Stream object. |
![]() | Serialize(TextWriter, Object) | Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a TextWriter object. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
