Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Write a RawInt128 value to DataWriter.

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

Syntax

C#
public virtual void WritePackedRawInt128(
	DataWriter writer,
	RawInt128 rawInt128
)

Parameters

writer
Type: Tangosol.IO..::.DataWriter
The DataWriter to write to.
rawInt128
Type: Tangosol.IO.Pof..::.RawInt128
RawInt128 value.

Remarks

RawInt128 value, which is represented as array of signed bytes.

See Also