System.Web.UI.ObjectStateFormatter.Deserialize Method

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

Syntax

public object Deserialize (string inputString)

Parameters

inputString
A string that the System.Web.UI.ObjectStateFormatter deserializes into an initialized object.

Returns

An object that represents a deserialized object state graph.

Remarks

Any object state graph that is serialized with the erload:System.Web.UI.ObjectStateFormatter.Serialize method can be deserialized with the erload:System.Web.UI.ObjectStateFormatter.Deserialize method. The ObjectStateFormatter.Deserialize(string) method is used to restore an object state graph stored in base64-encoded string form.

Note:

Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see tp://go.microsoft.com/fwlink/?LinkId=330378.

Requirements

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