HttpStaticObjectsCollectionBase::Serialize Method (BinaryWriter^)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Serialize(
	BinaryWriter^ writer
)

Parameters

writer
Type: System.IO::BinaryWriter^

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

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: