Uses of Class
com.tangosol.io.pof.RawYearMonthInterval
Packages that use RawYearMonthInterval
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of RawYearMonthInterval in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawYearMonthIntervalModifier and TypeMethodDescriptionPofBufferReader.readRawYearMonthInterval
(int iProp) Read a RawYearMonthInterval from the POF stream.PofReader.readRawYearMonthInterval
(int iProp) Read a RawYearMonthInterval from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawYearMonthIntervalModifier and TypeMethodDescriptionvoid
PofBufferWriter.writeRawYearMonthInterval
(int iProp, RawYearMonthInterval interval) Write a RawYearMonthInterval property to the POF stream.void
PofWriter.writeRawYearMonthInterval
(int iProp, RawYearMonthInterval interval) Write a RawYearMonthInterval property to the POF stream.