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