Uses of Class
com.tangosol.io.pof.RawYearMonthInterval
-
Packages that use RawYearMonthInterval Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of RawYearMonthInterval in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawYearMonthInterval Modifier and Type Method Description RawYearMonthInterval
PofBufferReader. readRawYearMonthInterval(int iProp)
Read a RawYearMonthInterval from the POF stream.RawYearMonthInterval
PofReader. readRawYearMonthInterval(int iProp)
Read a RawYearMonthInterval from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawYearMonthInterval Modifier and Type Method Description void
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.
-