Uses of Class
com.tangosol.io.pof.RawTime
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of RawTime in com.tangosol.io.pof
Modifier and TypeMethodDescriptionstatic RawTime
Create RawTime from the specified object.static RawTime
Create a RawTime from the JDBC Time.static RawTime
Create RawTime from LocalTime.static RawTime
RawTime.from
(OffsetTime time) Create RawTime from OffsetTime.static RawTime
Create a RawTime from the Java Date.RawDateTime.getRawTime()
Obtain the time portion of the raw date-time value.PofBufferReader.readRawTime
(int iProp) Read a RawTime from the POF stream.static RawTime
PofHelper.readRawTime
(ReadBuffer.BufferInput in) Read a RawTime value from a POF stream.PofReader.readRawTime
(int iProp) Read a RawTime from the POF stream.Modifier and TypeMethodDescriptionvoid
PofBufferWriter.writeRawTime
(int iProp, RawTime time) Write a RawTime property to the POF stream.void
PofWriter.writeRawTime
(int iProp, RawTime time) Write a RawTime property to the POF stream.ModifierConstructorDescriptionRawDateTime
(RawDate date, RawTime time) Construct a date-time value.