System.Web.UI.LosFormatter: Method Members

The methods of System.Web.UI.LosFormatter are listed below. For a list of all members, see the LosFormatter Members list.

See Also: Inherited members from System.Object

Public Methods

Deserialize(System.IO.Stream) : object

Transforms the view-state value contained in a System.IO.Stream object to a limited object serialization (LOS)-formatted object.

Deserialize(System.IO.TextReader) : object

Transforms the view-state value contained in a System.IO.TextReader object to a limited object serialization (LOS)-formatted object.

Deserialize(string) : object

Transforms the specified view-state value to a limited object serialization (LOS)-formatted object.

Serialize(System.IO.Stream, object)

Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a System.IO.Stream object.

Serialize(System.IO.TextWriter, object)

Transforms a limited object serialization (LOS)-formatted object into a view-state value and places the results into a System.IO.TextWriter object.