Uses of Class
com.tangosol.io.pof.RawDateTime
Packages that use RawDateTime
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of RawDateTime in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawDateTimeModifier and TypeMethodDescriptionstatic RawDateTimeCreate RawDateTime from the specified object.static RawDateTimeCreate RawDateTime from the specified Timestamp.static RawDateTimeRawDateTime.from(LocalDateTime dt) Create RawDateTime from the specified LocalDateTime.static RawDateTimeRawDateTime.from(OffsetDateTime dt) Create RawDateTime from the specified OffsetDateTime.static RawDateTimeCreate 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.Methods in com.tangosol.io.pof with parameters of type RawDateTimeModifier and TypeMethodDescriptionvoidPofBufferWriter.writeRawDateTime(int iProp, RawDateTime dt) Write a RawDateTime property to the POF stream.voidPofWriter.writeRawDateTime(int iProp, RawDateTime dt) Write a RawDateTime property to the POF stream.