Serialized Form
-
Package org.joda.time
-
Class org.joda.time.DateMidnight
class DateMidnight extends BaseDateTime implements Serializable- serialVersionUID:
- 156371964018738L
-
Class org.joda.time.DateMidnight.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- 257629620L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Serialized Fields
-
iField
DateTimeField iField
The field this property is working against -
iInstant
DateMidnight iInstant
The instant this property is working against
-
-
Class org.joda.time.DateTime
class DateTime extends BaseDateTime implements Serializable- serialVersionUID:
- -5171125899451703815L
-
Class org.joda.time.DateTime.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -6983323811635733510L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Serialized Fields
-
iField
DateTimeField iField
The field this property is working against -
iInstant
DateTime iInstant
The instant this property is working against
-
-
Class org.joda.time.DateTimeComparator
class DateTimeComparator extends Object implements Serializable- serialVersionUID:
- -6097339773320178364L
-
Serialization Methods
-
readResolve
Support serialization singletons.
-
-
Serialized Fields
-
iLowerLimit
DateTimeFieldType iLowerLimit
The lower limit of fields to compare, null if no limit -
iUpperLimit
DateTimeFieldType iUpperLimit
The upper limit of fields to compare, null if no limit
-
-
Class org.joda.time.DateTimeFieldType
class DateTimeFieldType extends Object implements Serializable- serialVersionUID:
- -42615285973990L
-
Serialized Fields
-
iName
String iName
The name of the field.
-
-
Class org.joda.time.DateTimeZone
class DateTimeZone extends Object implements Serializable- serialVersionUID:
- 5546345482340108586L
-
Serialization Methods
-
writeReplace
By default, when DateTimeZones are serialized, only a "stub" object referring to the id is written out. When the stub is read in, it replaces itself with a DateTimeZone object.- Throws:
ObjectStreamException
-
-
Serialized Fields
-
iID
String iID
-
-
Class org.joda.time.Days
class Days extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380865L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.Duration
class Duration extends BaseDuration implements Serializable- serialVersionUID:
- 2471658376918L
-
Class org.joda.time.DurationFieldType
class DurationFieldType extends Object implements Serializable- serialVersionUID:
- 8765135187319L
-
Serialized Fields
-
iName
String iName
The name of the field type.
-
-
Class org.joda.time.Hours
class Hours extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380864L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Exception org.joda.time.IllegalFieldValueException
class IllegalFieldValueException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 6305711765985447737L
-
Serialized Fields
-
iDateTimeFieldType
DateTimeFieldType iDateTimeFieldType
-
iDurationFieldType
DurationFieldType iDurationFieldType
-
iFieldName
String iFieldName
-
iLowerBound
Number iLowerBound
-
iMessage
String iMessage
-
iNumberValue
Number iNumberValue
-
iStringValue
String iStringValue
-
iUpperBound
Number iUpperBound
-
-
Exception org.joda.time.IllegalInstantException
class IllegalInstantException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 2858712538216L
-
Class org.joda.time.Instant
class Instant extends AbstractInstant implements Serializable- serialVersionUID:
- 3299096530934209741L
-
Serialized Fields
-
iMillis
long iMillis
The millis from 1970-01-01T00:00:00Z
-
-
Class org.joda.time.Interval
class Interval extends BaseInterval implements Serializable- serialVersionUID:
- 4922451897541386752L
-
Class org.joda.time.JodaTimePermission
class JodaTimePermission extends BasicPermission implements Serializable- serialVersionUID:
- 1408944367355875472L
-
Class org.joda.time.LocalDate
class LocalDate extends BaseLocal implements Serializable- serialVersionUID:
- -8775358157899L
-
Serialization Methods
-
readResolve
Handle broken serialization from other tools.
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use in UTC. -
iLocalMillis
long iLocalMillis
The local millis from 1970-01-01T00:00:00
-
-
Class org.joda.time.LocalDate.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -3193829732634L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Class org.joda.time.LocalDateTime
class LocalDateTime extends BaseLocal implements Serializable- serialVersionUID:
- -268716875315837168L
-
Serialization Methods
-
readResolve
Handle broken serialization from other tools.
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use in UTC -
iLocalMillis
long iLocalMillis
The local millis from 1970-01-01T00:00:00
-
-
Class org.joda.time.LocalDateTime.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -358138762846288L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Class org.joda.time.LocalTime
class LocalTime extends BaseLocal implements Serializable- serialVersionUID:
- -12873158713873L
-
Serialization Methods
-
readResolve
Handle broken serialization from other tools.
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use, in UTC -
iLocalMillis
long iLocalMillis
The local millis from 1970-01-01T00:00:00
-
-
Class org.joda.time.LocalTime.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -325842547277223L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Class org.joda.time.Minutes
class Minutes extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380863L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.MonthDay
class MonthDay extends BasePartial implements Serializable- serialVersionUID:
- 2954560699050434609L
-
Serialization Methods
-
readResolve
Handle broken serialization from other tools.
-
-
Class org.joda.time.MonthDay.Property
class Property extends AbstractPartialFieldProperty implements Serializable- serialVersionUID:
- 5727734012190224363L
-
Serialized Fields
-
iBase
MonthDay iBase
The partial -
iFieldIndex
int iFieldIndex
The field index
-
-
Class org.joda.time.Months
class Months extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380867L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.MutableDateTime
class MutableDateTime extends BaseDateTime implements Serializable- serialVersionUID:
- 2852608688135209575L
-
Serialized Fields
-
iRoundingField
DateTimeField iRoundingField
The field to round on -
iRoundingMode
int iRoundingMode
The mode of rounding
-
-
Class org.joda.time.MutableDateTime.Property
class Property extends AbstractReadableInstantFieldProperty implements Serializable- serialVersionUID:
- -4481126543819298617L
-
Serialization Methods
-
readObject
Reads the property from a safe serialization format.- Throws:
IOException
ClassNotFoundException
-
writeObject
Writes the property in a safe serialization format.- Throws:
IOException
-
-
Serialized Fields
-
iField
DateTimeField iField
The field this property is working against -
iInstant
MutableDateTime iInstant
The instant this property is working against
-
-
Class org.joda.time.MutableInterval
class MutableInterval extends BaseInterval implements Serializable- serialVersionUID:
- -5982824024992428470L
-
Class org.joda.time.MutablePeriod
class MutablePeriod extends BasePeriod implements Serializable- serialVersionUID:
- 3436451121567212165L
-
Class org.joda.time.Partial
class Partial extends AbstractPartial implements Serializable- serialVersionUID:
- 12324121189002L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology in use. -
iTypes
DateTimeFieldType[] iTypes
The set of field types. -
iValues
int[] iValues
The values of each field in this partial.
-
-
Class org.joda.time.Partial.Property
class Property extends AbstractPartialFieldProperty implements Serializable- serialVersionUID:
- 53278362873888L
-
Serialized Fields
-
iFieldIndex
int iFieldIndex
The field index -
iPartial
Partial iPartial
The partial
-
-
Class org.joda.time.Period
class Period extends BasePeriod implements Serializable- serialVersionUID:
- 741052353876488155L
-
Class org.joda.time.PeriodType
class PeriodType extends Object implements Serializable- serialVersionUID:
- 2274324892792009998L
-
Serialized Fields
-
iIndices
int[] iIndices
The array of indices -
iName
String iName
The name of the type -
iTypes
DurationFieldType[] iTypes
The array of types
-
-
Class org.joda.time.Seconds
class Seconds extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380862L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.TimeOfDay
class TimeOfDay extends BasePartial implements Serializable- serialVersionUID:
- 3633353405803318660L
-
Class org.joda.time.TimeOfDay.Property
class Property extends AbstractPartialFieldProperty implements Serializable- serialVersionUID:
- 5598459141741063833L
-
Serialized Fields
-
iFieldIndex
int iFieldIndex
Deprecated.The field index -
iTimeOfDay
TimeOfDay iTimeOfDay
Deprecated.The partial
-
-
Class org.joda.time.Weeks
class Weeks extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380866L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
Class org.joda.time.YearMonth
class YearMonth extends BasePartial implements Serializable- serialVersionUID:
- 797544782896179L
-
Serialization Methods
-
readResolve
Handle broken serialization from other tools.
-
-
Class org.joda.time.YearMonth.Property
class Property extends AbstractPartialFieldProperty implements Serializable- serialVersionUID:
- 5727734012190224363L
-
Serialized Fields
-
iBase
YearMonth iBase
The partial -
iFieldIndex
int iFieldIndex
The field index
-
-
Class org.joda.time.YearMonthDay
class YearMonthDay extends BasePartial implements Serializable- serialVersionUID:
- 797544782896179L
-
Class org.joda.time.YearMonthDay.Property
class Property extends AbstractPartialFieldProperty implements Serializable- serialVersionUID:
- 5727734012190224363L
-
Serialized Fields
-
iFieldIndex
int iFieldIndex
Deprecated.The field index -
iYearMonthDay
YearMonthDay iYearMonthDay
Deprecated.The partial
-
-
Class org.joda.time.Years
class Years extends BaseSingleFieldPeriod implements Serializable- serialVersionUID:
- 87525275727380868L
-
Serialization Methods
-
readResolve
Resolves singletons.
-
-
-
Package org.joda.time.base
-
Class org.joda.time.base.BaseDateTime
class BaseDateTime extends AbstractDateTime implements Serializable- serialVersionUID:
- -6728882245981L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to use -
iMillis
long iMillis
The millis from 1970-01-01T00:00:00Z
-
-
Class org.joda.time.base.BaseDuration
class BaseDuration extends AbstractDuration implements Serializable- serialVersionUID:
- 2581698638990L
-
Serialized Fields
-
iMillis
long iMillis
The duration length
-
-
Class org.joda.time.base.BaseInterval
class BaseInterval extends AbstractInterval implements Serializable- serialVersionUID:
- 576586928732749278L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology of the interval -
iEndMillis
long iEndMillis
The end of the interval -
iStartMillis
long iStartMillis
The start of the interval
-
-
Class org.joda.time.base.BasePartial
class BasePartial extends AbstractPartial implements Serializable- serialVersionUID:
- 2353678632973660L
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology in use -
iValues
int[] iValues
The values of each field in this partial
-
-
Class org.joda.time.base.BasePeriod
class BasePeriod extends AbstractPeriod implements Serializable- serialVersionUID:
- -2110953284060001145L
-
Serialized Fields
-
iType
PeriodType iType
The type of period -
iValues
int[] iValues
The values
-
-
Class org.joda.time.base.BaseSingleFieldPeriod
class BaseSingleFieldPeriod extends Object implements Serializable- serialVersionUID:
- 9386874258972L
-
Serialized Fields
-
iPeriod
int iPeriod
The period in the units of this period.
-
-
-
Package org.joda.time.chrono
-
Class org.joda.time.chrono.AssembledChronology
class AssembledChronology extends BaseChronology implements Serializable- serialVersionUID:
- -6728465968995518215L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
iBase
Chronology iBase
-
iParam
Object iParam
-
-
Class org.joda.time.chrono.BaseChronology
class BaseChronology extends Chronology implements Serializable- serialVersionUID:
- -7310865996721419676L
-
Class org.joda.time.chrono.BuddhistChronology
class BuddhistChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -3474595157769370126L
-
Serialization Methods
-
readResolve
Serialization singleton
-
-
Class org.joda.time.chrono.CopticChronology
class CopticChronology extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable- serialVersionUID:
- -5972804258688333942L
-
Serialization Methods
-
readResolve
Serialization singleton.
-
-
Class org.joda.time.chrono.EthiopicChronology
class EthiopicChronology extends org.joda.time.chrono.BasicFixedMonthChronology implements Serializable- serialVersionUID:
- -5972804258688333942L
-
Serialization Methods
-
readResolve
Serialization singleton.
-
-
Class org.joda.time.chrono.GJChronology
class GJChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -2545574827706931671L
-
Serialization Methods
-
readResolve
Serialization singleton
-
-
Serialized Fields
-
iCutoverInstant
Instant iCutoverInstant
-
iCutoverMillis
long iCutoverMillis
-
iGapDuration
long iGapDuration
-
iGregorianChronology
GregorianChronology iGregorianChronology
-
iJulianChronology
JulianChronology iJulianChronology
-
-
Class org.joda.time.chrono.GregorianChronology
class GregorianChronology extends org.joda.time.chrono.BasicGJChronology implements Serializable- serialVersionUID:
- -861407383323710522L
-
Serialization Methods
-
readResolve
Serialization singleton
-
-
Class org.joda.time.chrono.IslamicChronology
class IslamicChronology extends org.joda.time.chrono.BasicChronology implements Serializable- serialVersionUID:
- -3663823829888L
-
Serialization Methods
-
readResolve
Serialization singleton.
-
-
Serialized Fields
-
iLeapYears
IslamicChronology.LeapYearPatternType iLeapYears
The leap years to use.
-
-
Class org.joda.time.chrono.IslamicChronology.LeapYearPatternType
class LeapYearPatternType extends Object implements Serializable- serialVersionUID:
- 26581275372698L
-
Serialization Methods
-
readResolve
Ensure a singleton is returned if possible.
-
-
Serialized Fields
-
index
byte index
The index. -
pattern
int pattern
The leap year pattern, a bit-based 1=true pattern.
-
-
Class org.joda.time.chrono.ISOChronology
class ISOChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -6212696554273812441L
-
Serialization Methods
-
writeReplace
Serialize ISOChronology instances using a small stub. This reduces the serialized size, and deserialized instances come from the cache.
-
-
Class org.joda.time.chrono.JulianChronology
class JulianChronology extends org.joda.time.chrono.BasicGJChronology implements Serializable- serialVersionUID:
- -8731039522547897247L
-
Serialization Methods
-
readResolve
Serialization singleton
-
-
Class org.joda.time.chrono.LenientChronology
class LenientChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -3148237568046877177L
-
Class org.joda.time.chrono.LimitChronology
class LimitChronology extends AssembledChronology implements Serializable- serialVersionUID:
- 7670866536893052522L
-
Class org.joda.time.chrono.StrictChronology
class StrictChronology extends AssembledChronology implements Serializable- serialVersionUID:
- 6633006628097111960L
-
Class org.joda.time.chrono.ZonedChronology
class ZonedChronology extends AssembledChronology implements Serializable- serialVersionUID:
- -1079258847191166848L
-
-
Package org.joda.time.field
-
Class org.joda.time.field.AbstractReadableInstantFieldProperty
class AbstractReadableInstantFieldProperty extends Object implements Serializable- serialVersionUID:
- 1971226328211649661L
-
Class org.joda.time.field.BaseDurationField
class BaseDurationField extends DurationField implements Serializable- serialVersionUID:
- -2554245107589433218L
-
Serialized Fields
-
iType
DurationFieldType iType
A descriptive name for the field.
-
-
Class org.joda.time.field.DecoratedDurationField
class DecoratedDurationField extends BaseDurationField implements Serializable- serialVersionUID:
- 8019982251647420015L
-
Serialized Fields
-
iField
DurationField iField
The DurationField being wrapped
-
-
Class org.joda.time.field.DelegatedDateTimeField
class DelegatedDateTimeField extends DateTimeField implements Serializable- serialVersionUID:
- -4730164440214502503L
-
Serialized Fields
-
iField
DateTimeField iField
The DateTimeField being wrapped. -
iRangeDurationField
DurationField iRangeDurationField
The range duration. -
iType
DateTimeFieldType iType
The override field type.
-
-
Class org.joda.time.field.DelegatedDurationField
class DelegatedDurationField extends DurationField implements Serializable- serialVersionUID:
- -5576443481242007829L
-
Serialized Fields
-
iField
DurationField iField
The DurationField being wrapped -
iType
DurationFieldType iType
The field type
-
-
Class org.joda.time.field.LenientDateTimeField
class LenientDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- 8714085824173290599L
-
Serialized Fields
-
iBase
Chronology iBase
-
-
Class org.joda.time.field.MillisDurationField
class MillisDurationField extends DurationField implements Serializable- serialVersionUID:
- 2656707858124633367L
-
Serialization Methods
-
readResolve
Deserialize to the singleton.
-
-
Class org.joda.time.field.PreciseDurationField
class PreciseDurationField extends BaseDurationField implements Serializable- serialVersionUID:
- -8346152187724495365L
-
Serialized Fields
-
iUnitMillis
long iUnitMillis
The size of the unit
-
-
Class org.joda.time.field.ScaledDurationField
class ScaledDurationField extends DecoratedDurationField implements Serializable- serialVersionUID:
- -3205227092378684157L
-
Serialized Fields
-
iScalar
int iScalar
-
-
Class org.joda.time.field.SkipDateTimeField
class SkipDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- -8869148464118507846L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to wrap. -
iSkip
int iSkip
The value to skip.
-
-
Class org.joda.time.field.SkipUndoDateTimeField
class SkipUndoDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- -5875876968979L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
iChronology
Chronology iChronology
The chronology to wrap. -
iSkip
int iSkip
The value to skip.
-
-
Class org.joda.time.field.StrictDateTimeField
class StrictDateTimeField extends DelegatedDateTimeField implements Serializable- serialVersionUID:
- 3154803964207950910L
-
Class org.joda.time.field.UnsupportedDateTimeField
class UnsupportedDateTimeField extends DateTimeField implements Serializable- serialVersionUID:
- -1934618396111902255L
-
Serialization Methods
-
readResolve
Ensure proper singleton serialization
-
-
Serialized Fields
-
iDurationField
DurationField iDurationField
The duration of the datetime field -
iType
DateTimeFieldType iType
The field type
-
-
Class org.joda.time.field.UnsupportedDurationField
class UnsupportedDurationField extends DurationField implements Serializable- serialVersionUID:
- -6390301302770925357L
-
Serialization Methods
-
readResolve
Ensure proper singleton serialization
-
-
Serialized Fields
-
iType
DurationFieldType iType
The name of the field
-
-
-
Package org.joda.time.tz
-
Class org.joda.time.tz.CachedDateTimeZone
class CachedDateTimeZone extends DateTimeZone implements Serializable- serialVersionUID:
- 5472298452022250685L
-
Serialized Fields
-
iZone
DateTimeZone iZone
-
-
Class org.joda.time.tz.FixedDateTimeZone
class FixedDateTimeZone extends DateTimeZone implements Serializable- serialVersionUID:
- -3513011772763289092L
-
Serialized Fields
-
iNameKey
String iNameKey
-
iStandardOffset
int iStandardOffset
-
iWallOffset
int iWallOffset
-
-