HttpStaticObjectsCollectionBase.Serialize(BinaryWriter) Method

Definition

When overridden in a derived class, writes the contents of the collection to a BinaryWriter object.

public:
 virtual void Serialize(System::IO::BinaryWriter ^ writer);
public virtual void Serialize (System.IO.BinaryWriter writer);
abstract member Serialize : System.IO.BinaryWriter -> unit
override this.Serialize : System.IO.BinaryWriter -> unit
Public Overridable Sub Serialize (writer As BinaryWriter)

Parameters

writer
BinaryWriter

The object to use to write the serialized collection to a stream or encoded string.

Exceptions

Applies to