HttpStaticObjectsCollection::Serialize Method (BinaryWriter^)
.NET Framework (current version)
Writes the contents of the collection to a BinaryWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.IO::BinaryWriter^
The BinaryWriter used to write the serialized collection to a stream or encoded string.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: