System.Web.UI.ObjectStateFormatter: Method Members

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

See Also: Inherited members from System.Object

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.