Uses of Class
com.tangosol.io.pof.RawDateTime
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of RawDateTime in com.tangosol.io.pof
Modifier and TypeMethodDescriptionstatic RawDateTime
Create RawDateTime from the specified object.static RawDateTime
Create RawDateTime from the specified Timestamp.static RawDateTime
RawDateTime.from
(LocalDateTime dt) Create RawDateTime from the specified LocalDateTime.static RawDateTime
RawDateTime.from
(OffsetDateTime dt) Create RawDateTime from the specified OffsetDateTime.static RawDateTime
Create RawDateTime from the specified Date.PofBufferReader.readRawDateTime
(int iProp) Read a RawDateTime from the POF stream.PofReader.readRawDateTime
(int iProp) Read a RawDateTime from the POF stream.Modifier and TypeMethodDescriptionvoid
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.