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 Overridable Sub Serialize (
	writer As BinaryWriter
)

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: