Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Read all remaining indexed properties of the current user type
from the POF stream.
Namespace:
Tangosol.IO.PofAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
Binary ReadRemainder() |
Return Value
A Binary object containing zero or more indexed properties in binary POF encoded form.
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
| Exception | Condition |
|---|---|
| If no user type is being parsed. | |
| If an I/O error occurs. |