ObjectStateFormatter.IFormatter.Deserialize Method (Stream)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see ObjectStateFormatter.Deserialize.
Assembly: System.Web (in System.Web.dll)
Private Function Deserialize ( serializationStream As Stream ) As Object Implements IFormatter.Deserialize
Parameters
- serializationStream
-
Type:
System.IO.Stream
The stream that contains the data to deserialize.
Implements
IFormatter.Deserialize(Stream)This member is an explicit interface member implementation. It can be used only when the ObjectStateFormatter instance is cast to an IFormatter interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: