Package | Description |
---|---|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
Modifier and Type | Method and Description |
---|---|
RawYearMonthInterval |
PofReader.readRawYearMonthInterval(int iProp)
Read a RawYearMonthInterval from the POF stream.
|
RawYearMonthInterval |
PofBufferReader.readRawYearMonthInterval(int iProp)
Read a RawYearMonthInterval from the POF stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PofWriter.writeRawYearMonthInterval(int iProp,
RawYearMonthInterval interval)
Write a RawYearMonthInterval property to the POF stream.
|
void |
PofBufferWriter.writeRawYearMonthInterval(int iProp,
RawYearMonthInterval interval)
Write a RawYearMonthInterval property to the POF stream.
|