Joda Time API

Serialized Form


Package org.joda.time

Class org.joda.time.AbstractDateTime implements Serializable

Class org.joda.time.AbstractInstant implements Serializable

Class org.joda.time.Chronology implements Serializable

Class org.joda.time.DateTime implements Serializable

Serialized Fields

iMillis

long iMillis
The millis from 1970-01-01T00:00:00Z


iChronology

Chronology iChronology
The chronology to use

Class org.joda.time.DateTimeField implements Serializable

Serialized Fields

iName

java.lang.String iName
A desriptive name for the field

Class org.joda.time.DateTimeFieldProperty implements Serializable

Serialized Fields

iInstant

ReadableInstant iInstant
The instant this property is working against


iField

DateTimeField iField
The field this property is working against

Class org.joda.time.DateTimeZone implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
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.

Serialized Fields

iID

java.lang.String iID

Class org.joda.time.Instant implements Serializable

Serialized Fields

iMillis

long iMillis
The millis from 1970-01-01T00:00:00Z

Class org.joda.time.MutableDateTime implements Serializable

Serialized Fields

iMillis

long iMillis
The millis from 1970-01-01T00:00:00Z.


iChronology

Chronology iChronology
The chronology to use

Class org.joda.time.MutableDateTimeFieldProperty implements Serializable


Package org.joda.time.chrono

Class org.joda.time.chrono.DelegateChronology implements Serializable

Serialized Fields

iChronology

Chronology iChronology
The Chonology being wrapped

Class org.joda.time.chrono.DelegateDateTimeField implements Serializable

Serialized Fields

iField

DateTimeField iField
The DateTimeField being wrapped

Class org.joda.time.chrono.DividedDateTimeField implements Serializable

Serialized Fields

iField

DateTimeField iField
The field to divide


iUnitDivisor

int iUnitDivisor
The amount to divide by in the correct units


iMin

int iMin

iMax

int iMax

Class org.joda.time.chrono.FractionalDateTimeField implements Serializable

Serialized Fields

iUnitMillis

long iUnitMillis
The fractional unit in millis


iRange

int iRange
The maximum range in the correct units

Class org.joda.time.chrono.LimitDateTimeField implements Serializable

Serialized Fields

iField

DateTimeField iField
The field to wrap


iLowerBound

long iLowerBound
The lower boundary in millis


iUpperBound

long iUpperBound
The upper boundary in millis

Class org.joda.time.chrono.NonZeroDateTimeField implements Serializable

Serialized Fields

iField

DateTimeField iField

Class org.joda.time.chrono.OffsetDateTimeField implements Serializable

Serialized Fields

iField

DateTimeField iField
The field to adjust


iOffset

int iOffset

iMin

int iMin

iMax

int iMax

Class org.joda.time.chrono.RemainderDateTimeField implements Serializable

Serialized Fields

iField

DateTimeField iField
The field to get the remainder


iUnitDivisor

int iUnitDivisor
The amount to divide by in the correct units

Class org.joda.time.chrono.ZonedChronology implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

iChronology

Chronology iChronology

iZone

DateTimeZone iZone


Package org.joda.time.chrono.gj

Class org.joda.time.chrono.gj.GJChronology implements Serializable

Serialization Methods

writeReplace

java.lang.Object writeReplace()
Serialize GJChronology instances using a small stub. This reduces the serialized size, and deserialized instances come from the cache.

This method is intentionally package-private in order for sub-classes to inherit this method.


Package org.joda.time.chrono.iso

Class org.joda.time.chrono.iso.ISOChronology implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Serialization singleton


Package org.joda.time.chrono.buddhist

Class org.joda.time.chrono.buddhist.BuddhistChronology implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Serialization singleton


Package org.joda.time.tz

Class org.joda.time.tz.CachedDateTimeZone implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

iZone

DateTimeZone iZone

Class org.joda.time.tz.FixedDateTimeZone implements Serializable

Serialized Fields

iNameKey

java.lang.String iNameKey

iWallOffset

int iWallOffset

iStandardOffset

int iStandardOffset


Joda Time API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.