ObjectStateFormatter::Serialize Method (Stream, Object)
Serializes an object state graph to the specified Stream object.
Assembly: System.Web (in System.Web.dll)
Parameters
- outputStream
- Type: System.IO::Stream
A Stream to which the ObjectStateFormatter serializes the state of the specified object.
- stateGraph
- Type: System::Object
The object to serialize.
| Exception | Condition |
|---|---|
| ArgumentNullException | The specified inputStream is nullptr. |
Any object state graph that is serialized with the Serialize method can be deserialized with the Deserialize method. The Serialize(Stream, Object) method is used to serialize an object state graph to a binary Stream object.
The following code example demonstrates how a class retrieves an ObjectStateFormatter instance to serialize view state and control state to a stream using the Serialize(Stream, Object) method. This code example is part of a larger example provided for the PageStatePersister class.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.