Serialized Form
Package hirondelle.date4j |
serialVersionUID: -1300068157085493891L
readObject
private void readObject(ObjectInputStream aInputStream)
throws ClassNotFoundException,
IOException
- Always treat de-serialization as a full-blown constructor, by
validating the final state of the de-serialized object.
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream aOutputStream)
throws IOException
- This is the default implementation of writeObject.
Customise if necessary.
- Throws:
IOException
fDateTime
String fDateTime
- The text form of a date. @serial
fYear
Integer fYear
-
fMonth
Integer fMonth
-
fDay
Integer fDay
-
fHour
Integer fHour
-
fMinute
Integer fMinute
-
fSecond
Integer fSecond
-
fNanosecond
Integer fNanosecond
-
fIsAlreadyParsed
boolean fIsAlreadyParsed
- Indicates if this DateTime has been parsed into its 7 constituents. @serial
fHashCode
int fHashCode
-
Copyright Hirondelle Systems. Published November 19, 2013