HttpStaticObjectsCollection.Deserialize Method
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
public static HttpStaticObjectsCollection Deserialize ( BinaryReader reader )
public static function Deserialize ( reader : BinaryReader ) : HttpStaticObjectsCollection
Not applicable.
Parameters
- reader
The BinaryReader used to read the serialized collection from a stream or encoded string.
Return Value
An HttpStaticObjectsCollection populated with the contents from a binary file written using the Serialize method.Community Additions
ADD
Show: