ObjectStateFormatter.IStateFormatter.Deserialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see 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
Parameters
- serializedState
- String
A string that the IStateFormatter deserializes into an initialized object.
Returns
An object that represents the state of an ASP.NET server control.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.