Uses of Class
com.tangosol.io.pof.RawDate
Packages that use RawDate
Package
Description
Contains classes related to POF serialization and deserialization.
- 
Uses of RawDate in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawDateModifier and TypeMethodDescriptionstatic RawDateCreate RawDate from the specified object.static RawDateCreate a RawDate from the JDBC Date.static RawDateCreate a RawDate from the LocalDate.static RawDateCreate 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 RawDatePofHelper.readRawDate(ReadBuffer.BufferInput in) Read a RawDate value from a POF stream.PofReader.readRawDate(int iProp) Read a RawDate from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawDateModifier and TypeMethodDescriptionvoidPofBufferWriter.writeRawDate(int iProp, RawDate date) Write a RawDate property to the POF stream.voidPofWriter.writeRawDate(int iProp, RawDate date) Write a RawDate property to the POF stream.Constructors in com.tangosol.io.pof with parameters of type RawDateModifierConstructorDescriptionRawDateTime(RawDate date, RawTime time) Construct a date-time value.