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