ObjectStateFormatter.IStateFormatter.Serialize(Object) Method

Definition

For a description of this member, see Serialize(Object).

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

Parameters

state
Object

The object that represents the view state of the Web server control to serialize to string form.

Returns

A string that represents a Web server control's view state.

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