ObjectStateFormatter.IFormatter.Serialize Method (Stream, Object)

 

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.Serialize.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Private Sub Serialize (
	serializationStream As Stream,
	stateGraph As Object
)
	Implements IFormatter.Serialize

Parameters

serializationStream
Type: System.IO.Stream

The stream where the formatter puts the serialized data. This stream can reference a variety of backing stores (such as files, network, memory, and so on).

stateGraph
Type: System.Object

The object, or root of the object graph, to serialize. All child objects of this root object are automatically serialized.

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: