ObjectStateFormatter.IStateFormatter.Deserialize Method (String)
.NET Framework (current version)
For a description of this member, see ObjectStateFormatter.Deserialize.
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.
Implements
IStateFormatter.Deserialize(String)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
Available since 2.0
Show: