HttpStaticObjectsCollection.Serialize(BinaryWriter) Method

Definition

Writes the contents of the collection to a BinaryWriter object.

C#
public void Serialize(System.IO.BinaryWriter writer);

Parameters

writer
BinaryWriter

The BinaryWriter used to write the serialized collection to a stream or encoded string.

Remarks

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.

Applies to

Produto Versões
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1