ObjectStateFormatter.IFormatter.Serialize Method (Stream, Object)
.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.Serialize.
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.
Implements
IFormatter.Serialize(Stream, Object)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: