System.Web.UI.ObjectStateFormatter Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.ObjectStateFormatter class.

Public Methods

Deserialize(System.IO.Stream) : object

Deserializes an object state graph from its binary-serialized form that is contained in the specified System.IO.Stream object.

Deserialize(string) : object

Deserializes an object state graph from its serialized base64-encoded string form.

Serialize(object) : string

Serializes an object state graph to a base64-encoded string.

Serialize(System.IO.Stream, object)

Serializes an object state graph to the specified System.IO.Stream object.

Explicitly Implemented Interface Members