System.Web.UI.IStateFormatter.Deserialize Method

Deserializes an object state graph from its serialized string form.

Syntax

public object Deserialize (string serializationState)

Parameters

serializationState
Documentation for this section has not yet been entered.

Returns

An object that represents the state of an ASP.NET server control.

Remarks

Use the IStateFormatter.Deserialize(string) method to reconstitute the state object for an ASP.NET page or server control that has been serialized using the IStateFormatter.Serialize(object) method.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0