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 Function Deserialize (
	serializedState As String
) As Object
	Implements IStateFormatter.Deserialize

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: