Example #1
0
 @Override
 public void readObject(DataInput in) throws IOException {
   super.readObject(in);
 }
Example #2
0
 @Override
 public void writeObject(DataOutput out) throws IOException {
   super.writeObject(out);
 }