@Override
 public void copy(DataInputView source, DataOutputView target) throws IOException {
   target.writeFloat(source.readFloat());
 }