ObjectStateFormatter.IStateFormatter.Deserialize(String) メソッド

定義

このメンバーの説明については、 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

パラメーター

serializedState
String

IStateFormatterが初期化されたオブジェクトに逆シリアル化する文字列。

返品

ASP.NET サーバー コントロールの状態を表すオブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ObjectStateFormatter インスタンスがIStateFormatter インターフェイスにキャストされている場合にのみ使用できます。

適用対象