@Override
 protected void readInternal(ObjectDataInput in) throws IOException {
   super.readInternal(in);
   count = in.readInt();
 }