HttpStaticObjectsCollection.Serialize Method
.NET Framework 3.0
Writes the contents of the collection to a BinaryWriter object.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
You can use the Serialize method to write the contents of a HttpStaticObjectsCollection object to a BinaryWriter object. To retrieve a serialized HttpStaticObjectsCollection object, use the Deserialize method.
Community Additions
ADD
Show: