Package | Description |
---|---|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
Modifier and Type | Method and Description |
---|---|
static RawTime |
RawTime.from(Date date)
Create a RawTime from the Java Date.
|
static RawTime |
RawTime.from(LocalTime time)
Create RawTime from LocalTime.
|
static RawTime |
RawTime.from(Object o)
Create RawTime from the specified object.
|
static RawTime |
RawTime.from(OffsetTime time)
Create RawTime from OffsetTime.
|
static RawTime |
RawTime.from(Time time)
Create a RawTime from the JDBC Time.
|
RawTime |
RawDateTime.getRawTime()
Obtain the time portion of the raw date-time value.
|
RawTime |
PofReader.readRawTime(int iProp)
Read a RawTime from the POF stream.
|
RawTime |
PofBufferReader.readRawTime(int iProp)
Read a RawTime from the POF stream.
|
static RawTime |
PofHelper.readRawTime(ReadBuffer.BufferInput in)
Read a RawTime value from a POF stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PofWriter.writeRawTime(int iProp,
RawTime time)
Write a RawTime property to the POF stream.
|
void |
PofBufferWriter.writeRawTime(int iProp,
RawTime time)
Write a RawTime property to the POF stream.
|
Constructor and Description |
---|
RawDateTime(RawDate date,
RawTime time)
Construct a date-time value.
|