Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Write the contents of the Binary object to a Stream.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public void WriteTo(
	BinaryWriter writer
)

Parameters

writer
Type: System.IO..::.BinaryWriter
A Stream to write to.

See Also