(DataOutput out)
| 444 | } |
| 445 | |
| 446 | private void writeMoment(DataOutput out) |
| 447 | throws IOException { |
| 448 | |
| 449 | Moment ut = (Moment) this.obj; |
| 450 | ut.writeTimestamp(out); |
| 451 | |
| 452 | } |
| 453 | |
| 454 | private Object readMoment( |
| 455 | DataInput in, |
no test coverage detected