Uses of Class
com.tangosol.io.pof.RawDate
-
Packages that use RawDate Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of RawDate in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawDate Modifier and Type Method Description static RawDate
RawDate. from(Object o)
Create RawDate from the specified object.static RawDate
RawDate. from(Date date)
Create a RawDate from the JDBC Date.static RawDate
RawDate. from(LocalDate date)
Create a RawDate from the LocalDate.static RawDate
RawDate. from(Date date)
Create a RawDate from the Java Date.RawDate
RawDateTime. getRawDate()
Obtain the date portion of the raw date-time value.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.RawDate
PofReader. readRawDate(int iProp)
Read a RawDate from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawDate Modifier and Type Method Description void
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.Constructors in com.tangosol.io.pof with parameters of type RawDate Constructor Description RawDateTime(RawDate date, RawTime time)
Construct a date-time value.
-