Uses of Class
com.tangosol.io.pof.RawDate
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of RawDate in com.tangosol.io.pof
Modifier and TypeMethodDescriptionstatic RawDate
Create RawDate from the specified object.static RawDate
Create a RawDate from the JDBC Date.static RawDate
Create a RawDate from the LocalDate.static RawDate
Create a RawDate from the Java Date.RawDateTime.getRawDate()
Obtain the date portion of the raw date-time value.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.PofReader.readRawDate
(int iProp) Read a RawDate from the POF stream.Modifier and TypeMethodDescriptionvoid
PofBufferWriter.writeRawDate
(int iProp, RawDate date) Write a RawDate property to the POF stream.void
PofWriter.writeRawDate
(int iProp, RawDate date) Write a RawDate property to the POF stream.ModifierConstructorDescriptionRawDateTime
(RawDate date, RawTime time) Construct a date-time value.