Package | Description |
---|---|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
Modifier and Type | Method and Description |
---|---|
static RawDateTime |
RawDateTime.from(Date dt)
Create RawDateTime from the specified Date.
|
static RawDateTime |
RawDateTime.from(LocalDateTime dt)
Create RawDateTime from the specified LocalDateTime.
|
static RawDateTime |
RawDateTime.from(Object o)
Create RawDateTime from the specified object.
|
static RawDateTime |
RawDateTime.from(OffsetDateTime dt)
Create RawDateTime from the specified OffsetDateTime.
|
static RawDateTime |
RawDateTime.from(Timestamp dt)
Create RawDateTime from the specified Timestamp.
|
RawDateTime |
PofReader.readRawDateTime(int iProp)
Read a RawDateTime from the POF stream.
|
RawDateTime |
PofBufferReader.readRawDateTime(int iProp)
Read a RawDateTime from the POF stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PofBufferWriter.writeRawDateTime(int iProp,
RawDateTime dt)
Write a RawDateTime property to the POF stream.
|
void |
PofWriter.writeRawDateTime(int iProp,
RawDateTime dt)
Write a RawDateTime property to the POF stream.
|