ObjectStateFormatter.IStateFormatter.Deserialize Method (String)

 

For a description of this member, see ObjectStateFormatter.Deserialize.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

private abstract Deserialize : 
        serializedState:string -> Object
private override Deserialize : 
        serializedState:string -> Object

Parameters

serializedState
Type: System.String

A string that the IStateFormatter deserializes into an initialized object.

Return Value

Type: System.Object

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

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

.NET Framework
Available since 2.0
Return to top
Show: