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