System.Web.UI.LosFormatter Members

The members of System.Web.UI.LosFormatter are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.LosFormatter class using default values.

Initializes a new instance of the System.Web.UI.LosFormatter class using the specified enable flag and machine authentication code (MAC) key modifier.

Initializes a new instance of the System.Web.UI.LosFormatter class using the specified enable flag and machine authentication code (MAC) key modifier.

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.