This documentation is archived and is not being maintained.
HttpStaticObjectsCollection::Deserialize Method
Visual Studio 2010
Creates an HttpStaticObjectsCollection object from a binary file that was written by 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::HttpStaticObjectsCollectionAn HttpStaticObjectsCollection populated with the contents from a binary file written using the Serialize method.
The Deserialize method is used to read the contents of a HttpStaticObjectsCollection object that is stored in a storage location that is created by the Serialize method. To serialize an HttpStaticObjectsCollection, use the Serialize method.
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.
Show: