ObjectStateFormatter.IStateFormatter.Serialize Method (Object)
.NET Framework (current version)
For a description of this member, see ObjectStateFormatter.Serialize.
Assembly: System.Web (in System.Web.dll)
Private Function Serialize ( state As Object ) As String Implements IStateFormatter.Serialize
Parameters
- state
-
Type:
System.Object
The object that represents the view state of the Web server control to serialize to string form.
Implements
IStateFormatter.Serialize(Object)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: