SessionStateItemCollection::Deserialize Method
Creates a SessionStateItemCollection collection from a storage location that is written to using the Serialize method.
Assembly: System.Web (in System.Web.dll)
Parameters
- reader
- Type: System.IO::BinaryReader
The BinaryReader used to read the serialized collection from a stream or encoded string.
Return Value
Type: System.Web.SessionState::SessionStateItemCollectionA SessionStateItemCollection collection populated with the contents from a storage location that is written to using the Serialize method.
| Exception | Condition |
|---|---|
| HttpException | The session state information is invalid or corrupted |
The Deserialize method can be used to read the contents of a SessionStateItemCollection collection from the session store.
To write the contents of a SessionStateItemCollection object to the session store, use the Serialize method.
The following code example creates a SessionStateItemCollection collection from a file that was created using the Serialize method.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.