System.Web.HttpStaticObjectsCollection.Deserialize Method

Creates an System.Web.HttpStaticObjectsCollection object from a binary file that was written by using the HttpStaticObjectsCollection.Serialize(System.IO.BinaryWriter) method.

Syntax

public static HttpStaticObjectsCollection Deserialize (System.IO.BinaryReader reader)

Parameters

reader
The System.IO.BinaryReader used to read the serialized collection from a stream or encoded string.

Returns

An System.Web.HttpStaticObjectsCollection populated with the contents from a binary file written using the HttpStaticObjectsCollection.Serialize(System.IO.BinaryWriter) method.

Remarks

Requirements

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