SessionStateItemCollection.Deserialize Method
.NET Framework 3.0
Creates a SessionStateItemCollection collection from a storage location that is written to using the Serialize method.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static SessionStateItemCollection Deserialize ( BinaryReader reader )
public static function Deserialize ( reader : BinaryReader ) : SessionStateItemCollection
Not applicable.
Parameters
- reader
The BinaryReader used to read the serialized collection from a stream or encoded string.
Return Value
A SessionStateItemCollection collection populated with the contents from a storage location that is written to using the Serialize method.Community Additions
ADD
Show: