ObjectStateFormatter.IStateFormatter.Deserialize(String) Method

Definition

For a description of this member, see Deserialize(String).

 virtual System::Object ^ System.Web.UI.IStateFormatter.Deserialize(System::String ^ serializedState) = System::Web::UI::IStateFormatter::Deserialize;
object IStateFormatter.Deserialize (string serializedState);
abstract member System.Web.UI.IStateFormatter.Deserialize : string -> obj
override this.System.Web.UI.IStateFormatter.Deserialize : string -> obj
Function Deserialize (serializedState As String) As Object Implements IStateFormatter.Deserialize

Parameters

serializedState
String

A string that the IStateFormatter deserializes into an initialized object.

Returns

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

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the ObjectStateFormatter instance is cast to an IStateFormatter interface.

Applies to