LocalDateTime dateTime
ZoneOffset offset
LocalTime time
ZoneOffset offset
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException
Externalizable interface to read the object.java.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
Externalizable interface to write the object.java.io.IOExceptionLocalDateTime dateTime
ZoneOffset offset
ZoneId zone
LocalDate isoDate
private java.lang.Object readResolve()
throws java.io.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.java.io.ObjectStreamException - if the deserialized object has any unknown numeric era value.private java.lang.Object writeReplace()
int eraValue
LocalDate isoDate
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Externalizable interface to read the object.java.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
Externalizable interface to write the object.java.io.IOExceptionLocalDate isoDate
DayOfWeek firstDayOfWeek
int minimalDays
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
Externalizable interface to read the object.java.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
Externalizable interface to write the object.java.io.IOExceptionLocalDateTime transition
ZoneOffset offsetBefore
ZoneOffset offsetAfter
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
Copyright © 2014. All Rights Reserved.