|
Rony G. Flatscher (c) 2001 (r), Date/Time simple manipulations, arithmetics, formatting, v0.9.2 (beta), 2001-04-07 (Java)
|
PREV
NEXT |
FRAMES
NO FRAMES |
Serialized Form
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Overrides default java.io.Serializable by merely retrieving
DateRGF.jdn
.
Uses DateRGF.jdn2date(int jdn, DateRGF aDate)
to re-create the appropriate
DateRGF object.
Note: the locally Gregorian change date will be used
to create a Julian or a Gregorian calendar date.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Overrides default java.io.Serializable by merely storing
DateRGF.jdn
.
date
DateRGF date
- DateRGF field to store the date portion.
time
TimeRGF time
- TimeRGF field to store the time portion.
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Overrides default java.io.Serializable by merely retrieving
raw_millis
.
Uses TimeRGF.set(DTC.ENCODED_AS_MILLIS, raw_millis)
to re-create the appropriate
TimeRGF object.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Overrides default java.io.Serializable by merely storing
raw_millis
.
|
Rony G. Flatscher (c) 2001 (r), Date/Time simple manipulations, arithmetics, formatting, v0.9.2 (beta), 2001-04-07 (Java)
|
PREV
NEXT |
FRAMES
NO FRAMES |