Read a Binary object from the specified DataReader in an optimal way.

Namespace: Tangosol.IO.Pof
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
protected static Binary ReadBinary(
	DataReader reader
)

Parameters

reader
Type: Tangosol.IO..::..DataReader
A DataReader to read from.

Return Value

[Missing <returns> documentation for "M:Tangosol.IO.Pof.PofStreamReader.ReadBinary(Tangosol.IO.DataReader)"]

See Also