Save the the state to the passed stream reader object.

Namespace: Alachisoft.NCache.Runtime.Serialization
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
void Serialize(
	CompactWriter writer
)
Visual Basic
Sub Serialize ( _
	writer As CompactWriter _
)
Visual C++
void Serialize(
	CompactWriter^ writer
)

Parameters

writer
Type: Alachisoft.NCache.Runtime.Serialization.IO..::..CompactWriter
A [!:BinaryWriter] object

See Also