|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
long seconds
int nanos
| Class org.threeten.bp.Instant extends DefaultInterfaceTemporalAccessor implements Serializable |
|---|
serialVersionUID: -665713676816604388L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
long seconds
int nanos
| Class org.threeten.bp.LocalDate extends ChronoLocalDate implements Serializable |
|---|
serialVersionUID: 2942565459149668126L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
int year
short month
short day
| Class org.threeten.bp.LocalDateTime extends ChronoLocalDateTime<LocalDate> implements Serializable |
|---|
serialVersionUID: 6207766400415563566L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
LocalDate date
LocalTime time
| Class org.threeten.bp.LocalTime extends DefaultInterfaceTemporalAccessor implements Serializable |
|---|
serialVersionUID: 6414437269572265201L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
byte hour
byte minute
byte second
int nano
| Class org.threeten.bp.MonthDay extends DefaultInterfaceTemporalAccessor implements Serializable |
|---|
serialVersionUID: -939150713474957432L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
int month
int day
| Class org.threeten.bp.OffsetDateTime extends DefaultInterfaceTemporal implements Serializable |
|---|
serialVersionUID: 2287754244819255394L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
LocalDateTime dateTime
ZoneOffset offset
| Class org.threeten.bp.OffsetTime extends DefaultInterfaceTemporalAccessor implements Serializable |
|---|
serialVersionUID: 7264499704384272492L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
LocalTime time
ZoneOffset offset
| Class org.threeten.bp.Period extends ChronoPeriod implements Serializable |
|---|
serialVersionUID: -8290556941213247973L
| Serialization Methods |
|---|
private Object readResolve()
| Serialized Fields |
|---|
int years
int months
int days
| Class org.threeten.bp.Ser extends Object implements Serializable |
|---|
serialVersionUID: -7683839454370182990L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException
Externalizable interface to read the object.
IOException
public void writeExternal(ObjectOutput out)
throws IOException
Externalizable interface to write the object.
IOException| Class org.threeten.bp.Year extends DefaultInterfaceTemporalAccessor implements Serializable |
|---|
serialVersionUID: -23038383694477807L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
int year
| Class org.threeten.bp.YearMonth extends DefaultInterfaceTemporalAccessor implements Serializable |
|---|
serialVersionUID: 4183400860270640070L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
int year
int month
| Class org.threeten.bp.ZonedDateTime extends ChronoZonedDateTime<LocalDate> implements Serializable |
|---|
serialVersionUID: -6260982410461394882L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
LocalDateTime dateTime
ZoneOffset offset
ZoneId 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 |
|---|
private Object readResolve()
throws ObjectStreamException
InvalidObjectException - always
ObjectStreamExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
int totalSeconds
| Package org.threeten.bp.chrono |
|---|
| Class org.threeten.bp.chrono.HijrahChronology extends Chronology implements Serializable |
|---|
serialVersionUID: 3127340209035924785L
| Serialization Methods |
|---|
private Object readResolve()
| Class org.threeten.bp.chrono.HijrahDate extends org.threeten.bp.chrono.ChronoDateImpl<HijrahDate> implements Serializable |
|---|
serialVersionUID: -5207853542612002020L
| Serialization Methods |
|---|
private Object readResolve()
private Object writeReplace()
| Serialized Fields |
|---|
long gregorianEpochDay
| Class org.threeten.bp.chrono.IsoChronology extends Chronology implements Serializable |
|---|
serialVersionUID: -1440403870442975015L
| Serialization Methods |
|---|
private Object readResolve()
| Class org.threeten.bp.chrono.JapaneseChronology extends Chronology implements Serializable |
|---|
serialVersionUID: 459996390165777884L
| Serialization Methods |
|---|
private Object readResolve()
| Class org.threeten.bp.chrono.JapaneseDate extends org.threeten.bp.chrono.ChronoDateImpl<JapaneseDate> implements Serializable |
|---|
serialVersionUID: -305327627230580483L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundExceptionprivate Object writeReplace()
| Serialized Fields |
|---|
LocalDate isoDate
| Class org.threeten.bp.chrono.JapaneseEra extends DefaultInterfaceEra implements Serializable |
|---|
serialVersionUID: 1466499369062886794L
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
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.
ObjectStreamException - if the deserialized object has any unknown numeric era value.private Object writeReplace()
| Serialized Fields |
|---|
int eraValue
| Class org.threeten.bp.chrono.MinguoChronology extends Chronology implements Serializable |
|---|
serialVersionUID: 1039765215346859963L
| Serialization Methods |
|---|
private Object readResolve()
| Class org.threeten.bp.chrono.MinguoDate extends org.threeten.bp.chrono.ChronoDateImpl<MinguoDate> implements Serializable |
|---|
serialVersionUID: 1300372329181994526L
| Serialization Methods |
|---|
private Object writeReplace()
| Serialized Fields |
|---|
LocalDate isoDate
| Class org.threeten.bp.chrono.Ser extends Object implements Serializable |
|---|
serialVersionUID: 7857518227608961174L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
Externalizable interface to read the object.
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
Externalizable interface to write the object.
IOException| Class org.threeten.bp.chrono.ThaiBuddhistChronology extends Chronology implements Serializable |
|---|
serialVersionUID: 2775954514031616474L
| Serialization Methods |
|---|
private Object readResolve()
| Class org.threeten.bp.chrono.ThaiBuddhistDate extends org.threeten.bp.chrono.ChronoDateImpl<ThaiBuddhistDate> implements Serializable |
|---|
serialVersionUID: -8722293800195731463L
| Serialization Methods |
|---|
private Object writeReplace()
| Serialized Fields |
|---|
LocalDate isoDate
| Package org.threeten.bp.format |
|---|
| Class org.threeten.bp.format.DateTimeParseException extends DateTimeException implements Serializable |
|---|
serialVersionUID: 4304633501674722597L
| Serialized Fields |
|---|
String parsedString
int errorIndex
| 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 |
|---|
long minSmallest
long minLargest
long maxSmallest
long maxLargest
| Class org.threeten.bp.temporal.WeekFields extends Object implements Serializable |
|---|
serialVersionUID: -1177360819670808121L
| Serialization Methods |
|---|
private Object readResolve()
throws InvalidObjectException
InvalidObjectException - if invalid| Serialized Fields |
|---|
DayOfWeek firstDayOfWeek
int minimalDays
| Package org.threeten.bp.zone |
|---|
| Class org.threeten.bp.zone.Ser extends Object implements Serializable |
|---|
serialVersionUID: -8885321777449118786L
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
Externalizable interface to read the object.
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
Externalizable interface to write the object.
IOException| Class org.threeten.bp.zone.ZoneOffsetTransition extends Object implements Serializable |
|---|
serialVersionUID: -6946044323557704546L
| Serialization Methods |
|---|
private Object writeReplace()
| Serialized Fields |
|---|
LocalDateTime transition
ZoneOffset offsetBefore
ZoneOffset offsetAfter
| Class org.threeten.bp.zone.ZoneOffsetTransitionRule extends Object implements Serializable |
|---|
serialVersionUID: 6889046316657758795L
| Serialization Methods |
|---|
private Object writeReplace()
| Serialized Fields |
|---|
Month month
byte dom
-1 is the last day of the month, -2 is the second
to last day, and so on.
DayOfWeek dow
LocalTime time
boolean timeEndOfDay
ZoneOffsetTransitionRule.TimeDefinition timeDefinition
ZoneOffset standardOffset
ZoneOffset offsetBefore
ZoneOffset offsetAfter
| Class org.threeten.bp.zone.ZoneRulesException extends DateTimeException implements Serializable |
|---|
serialVersionUID: -1632418723876261839L
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||