This documentation is archived and is not being maintained.

HttpStaticObjectsCollection::Deserialize Method

Creates an HttpStaticObjectsCollection object from a binary file that was written by using the Serialize method.

Namespace:  System.Web
Assembly:  System.Web (in System.Web.dll)

public:
static HttpStaticObjectsCollection^ Deserialize(
	BinaryReader^ reader
)

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::HttpStaticObjectsCollection
An 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, 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.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: