ObjectStateFormatter.IFormatter.Deserialize Method (Stream)

 

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.

Namespace:   System.Web.UI
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.

Return Value

Type: System.Object

The top object of the deserialized graph.

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
Return to top
Show: