PofStreamReaderUserTypeReaderReadRemainder Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntaxpublic override Binary ReadRemainder()
Return Value
Type:
Binary
A
Binary containing zero or more indexed properties in
binary POF encoded form.
Implements
IPofReaderReadRemainder
Exceptions
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.
See Also