Example #1
0
  // javadoc is inherited
  public void objectToEntry(Character object, TupleOutput output) {

    output.writeChar(object);
  }