// javadoc is inherited
  public void objectToEntry(Float object, TupleOutput output) {

    output.writeFloat(object);
  }