Serialized Form


Package org.threeten.bp

Class org.threeten.bp.DateTimeException extends RuntimeException implements Serializable

serialVersionUID: -1632418723876261839L

Class org.threeten.bp.Duration extends Object implements Serializable

serialVersionUID: 3078945930695997490L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

seconds

long seconds
The number of seconds in the duration.


nanos

int nanos
The number of nanoseconds in the duration, expressed as a fraction of the number of seconds. This is always positive, and never exceeds 999,999,999.

Class org.threeten.bp.Instant extends DefaultInterfaceTemporalAccessor implements Serializable

serialVersionUID: -665713676816604388L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

seconds

long seconds
The number of seconds from the epoch of 1970-01-01T00:00:00Z.


nanos

int nanos
The number of nanoseconds, later along the time-line, from the seconds field. This is always positive, and never exceeds 999,999,999.

Class org.threeten.bp.LocalDate extends ChronoLocalDate implements Serializable

serialVersionUID: 2942565459149668126L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

year

int year
The year.


month

short month
The month-of-year.


day

short day
The day-of-month.

Class org.threeten.bp.LocalDateTime extends ChronoLocalDateTime<LocalDate> implements Serializable

serialVersionUID: 6207766400415563566L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

date

LocalDate date
The date part.


time

LocalTime time
The time part.

Class org.threeten.bp.LocalTime extends DefaultInterfaceTemporalAccessor implements Serializable

serialVersionUID: 6414437269572265201L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

hour

byte hour
The hour.


minute

byte minute
The minute.


second

byte second
The second.


nano

int nano
The nanosecond.

Class org.threeten.bp.MonthDay extends DefaultInterfaceTemporalAccessor implements Serializable

serialVersionUID: -939150713474957432L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

month

int month
The month-of-year, not null.


day

int day
The day-of-month.

Class org.threeten.bp.OffsetDateTime extends DefaultInterfaceTemporal implements Serializable

serialVersionUID: 2287754244819255394L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

dateTime

LocalDateTime dateTime
The local date-time.


offset

ZoneOffset offset
The offset from UTC/Greenwich.

Class org.threeten.bp.OffsetTime extends DefaultInterfaceTemporalAccessor implements Serializable

serialVersionUID: 7264499704384272492L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

time

LocalTime time
The local date-time.


offset

ZoneOffset offset
The offset from UTC/Greenwich.

Class org.threeten.bp.Period extends ChronoPeriod implements Serializable

serialVersionUID: -8290556941213247973L

Serialization Methods

readResolve

private Object readResolve()
Resolves singletons.

Serialized Fields

years

int years
The number of years.


months

int months
The number of months.


days

int days
The number of days.

Class org.threeten.bp.Ser extends Object implements Serializable

serialVersionUID: -7683839454370182990L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Implements the Externalizable interface to read the object.

Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implements the Externalizable interface to write the object.

Throws:
IOException

Class org.threeten.bp.Year extends DefaultInterfaceTemporalAccessor implements Serializable

serialVersionUID: -23038383694477807L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

year

int year
The year being represented.

Class org.threeten.bp.YearMonth extends DefaultInterfaceTemporalAccessor implements Serializable

serialVersionUID: 4183400860270640070L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

year

int year
The year.


month

int month
The month-of-year, not null.

Class org.threeten.bp.ZonedDateTime extends ChronoZonedDateTime<LocalDate> implements Serializable

serialVersionUID: -6260982410461394882L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

dateTime

LocalDateTime dateTime
The local date-time.


offset

ZoneOffset offset
The offset from UTC/Greenwich.


zone

ZoneId zone
The time-zone.

Class org.threeten.bp.ZoneId extends Object implements Serializable

serialVersionUID: 8352817235686L

Class org.threeten.bp.ZoneOffset extends ZoneId implements Serializable

serialVersionUID: 2357656521762053153L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Defend against malicious streams.

Throws:
InvalidObjectException - always
ObjectStreamException

writeReplace

private Object writeReplace()
Serialized Fields

totalSeconds

int totalSeconds
The total offset in seconds.


Package org.threeten.bp.chrono

Class org.threeten.bp.chrono.HijrahChronology extends Chronology implements Serializable

serialVersionUID: 3127340209035924785L

Serialization Methods

readResolve

private Object readResolve()
Resolve singleton.

Class org.threeten.bp.chrono.HijrahDate extends org.threeten.bp.chrono.ChronoDateImpl<HijrahDate> implements Serializable

serialVersionUID: -5207853542612002020L

Serialization Methods

readResolve

private Object readResolve()
Replaces the date instance from the stream with a valid one.


writeReplace

private Object writeReplace()
Serialized Fields

gregorianEpochDay

long gregorianEpochDay
Gregorian days for this object. Holding number of days since 1970/01/01. The number of days are calculated with pure Gregorian calendar based.

Class org.threeten.bp.chrono.IsoChronology extends Chronology implements Serializable

serialVersionUID: -1440403870442975015L

Serialization Methods

readResolve

private Object readResolve()
Resolve singleton.

Class org.threeten.bp.chrono.JapaneseChronology extends Chronology implements Serializable

serialVersionUID: 459996390165777884L

Serialization Methods

readResolve

private Object readResolve()
Resolve singleton.

Class org.threeten.bp.chrono.JapaneseDate extends org.threeten.bp.chrono.ChronoDateImpl<JapaneseDate> implements Serializable

serialVersionUID: -305327627230580483L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Reconstitutes this object from a stream.

Throws:
IOException
ClassNotFoundException

writeReplace

private Object writeReplace()
Serialized Fields

isoDate

LocalDate isoDate
The underlying ISO local date.

 

Class org.threeten.bp.chrono.JapaneseEra extends DefaultInterfaceEra implements Serializable

serialVersionUID: 1466499369062886794L

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Returns the singleton JapaneseEra corresponding to this object. It's possible that this version of JapaneseEra doesn't support the latest era value. In that case, this method throws an ObjectStreamException.

Throws:
ObjectStreamException - if the deserialized object has any unknown numeric era value.

writeReplace

private Object writeReplace()
Serialized Fields

eraValue

int eraValue
The era value.

 

Class org.threeten.bp.chrono.MinguoChronology extends Chronology implements Serializable

serialVersionUID: 1039765215346859963L

Serialization Methods

readResolve

private Object readResolve()
Resolve singleton.

Class org.threeten.bp.chrono.MinguoDate extends org.threeten.bp.chrono.ChronoDateImpl<MinguoDate> implements Serializable

serialVersionUID: 1300372329181994526L

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

isoDate

LocalDate isoDate
The underlying date.

Class org.threeten.bp.chrono.Ser extends Object implements Serializable

serialVersionUID: 7857518227608961174L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Implements the Externalizable interface to read the object.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implements the Externalizable interface to write the object.

Throws:
IOException

Class org.threeten.bp.chrono.ThaiBuddhistChronology extends Chronology implements Serializable

serialVersionUID: 2775954514031616474L

Serialization Methods

readResolve

private Object readResolve()
Resolve singleton.

Class org.threeten.bp.chrono.ThaiBuddhistDate extends org.threeten.bp.chrono.ChronoDateImpl<ThaiBuddhistDate> implements Serializable

serialVersionUID: -8722293800195731463L

Serialization Methods

writeReplace

private Object writeReplace()
Serialized Fields

isoDate

LocalDate isoDate
The underlying date.


Package org.threeten.bp.format

Class org.threeten.bp.format.DateTimeParseException extends DateTimeException implements Serializable

serialVersionUID: 4304633501674722597L

Serialized Fields

parsedString

String parsedString
The text that was being parsed.


errorIndex

int errorIndex
The error index in the text.


Package org.threeten.bp.temporal

Class org.threeten.bp.temporal.UnsupportedTemporalTypeException extends DateTimeException implements Serializable

serialVersionUID: -189676278478L

Class org.threeten.bp.temporal.ValueRange extends Object implements Serializable

serialVersionUID: -7317881728594519368L

Serialized Fields

minSmallest

long minSmallest
The smallest minimum value.


minLargest

long minLargest
The largest minimum value.


maxSmallest

long maxSmallest
The smallest maximum value.


maxLargest

long maxLargest
The largest maximum value.

Class org.threeten.bp.temporal.WeekFields extends Object implements Serializable

serialVersionUID: -1177360819670808121L

Serialization Methods

readResolve

private Object readResolve()
                    throws InvalidObjectException
Ensure valid singleton.

Throws:
InvalidObjectException - if invalid
Serialized Fields

firstDayOfWeek

DayOfWeek firstDayOfWeek
The first day-of-week.


minimalDays

int minimalDays
The minimal number of days in the first week.


Package org.threeten.bp.zone

Class org.threeten.bp.zone.Ser extends Object implements Serializable

serialVersionUID: -8885321777449118786L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Implements the Externalizable interface to read the object.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implements the Externalizable interface to write the object.

Throws:
IOException

Class org.threeten.bp.zone.ZoneOffsetTransition extends Object implements Serializable

serialVersionUID: -6946044323557704546L

Serialization Methods

writeReplace

private Object writeReplace()
Uses a serialization delegate.

Serialized Fields

transition

LocalDateTime transition
The local transition date-time at the transition.


offsetBefore

ZoneOffset offsetBefore
The offset before transition.


offsetAfter

ZoneOffset offsetAfter
The offset after transition.

Class org.threeten.bp.zone.ZoneOffsetTransitionRule extends Object implements Serializable

serialVersionUID: 6889046316657758795L

Serialization Methods

writeReplace

private Object writeReplace()
Uses a serialization delegate.

Serialized Fields

month

Month month
The month of the month-day of the first day of the cutover week. The actual date will be adjusted by the dowChange field.


dom

byte dom
The day-of-month of the month-day of the cutover week. If positive, it is the start of the week where the cutover can occur. If negative, it represents the end of the week where cutover can occur. The value is the number of days from the end of the month, such that -1 is the last day of the month, -2 is the second to last day, and so on.


dow

DayOfWeek dow
The cutover day-of-week, null to retain the day-of-month.


time

LocalTime time
The cutover time in the 'before' offset.


timeEndOfDay

boolean timeEndOfDay
Whether the cutover time is midnight at the end of day.


timeDefinition

ZoneOffsetTransitionRule.TimeDefinition timeDefinition
The definition of how the local time should be interpreted.


standardOffset

ZoneOffset standardOffset
The standard offset at the cutover.


offsetBefore

ZoneOffset offsetBefore
The offset before the cutover.


offsetAfter

ZoneOffset offsetAfter
The offset after the cutover.

Class org.threeten.bp.zone.ZoneRulesException extends DateTimeException implements Serializable

serialVersionUID: -1632418723876261839L



Copyright © 2007–2016 ThreeTen.org. All rights reserved.