Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Read all remaining indexed properties of the current user type from the POF stream.

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

Syntax

C#
public virtual Binary ReadRemainder()

Return Value

A Byte[] containing zero or more indexed properties in binary POF encoded form.

Implements

IPofReader..::..ReadRemainder()()()()

Remarks

As part of reading in a user type, this method must be called by the IPofSerializer that is reading the user type, or the read position within the POF stream will be corrupted. Subsequent calls to the various ReadXYZ methods of this interface will fail after this method is called.

Exceptions

ExceptionCondition
System..::..InvalidOperationException If no user type is being parsed.
System.IO..::..IOException If an I/O error occurs.

See Also