Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.1.0)
E69639-01
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.1000 (12.2.1.1000)

Syntax

C#
Binary ReadRemainder()

Return Value

A Binary object containing zero or more indexed properties in binary POF encoded form, or null if no value was available in the POF stream

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