public void objectToKey(Object object, TupleOutput output)
throws IOException {
// Creates the stored key from the entity.
MarshalledTupleKeyEntity entity = (MarshalledTupleKeyEntity) object;
entity.marshalPrimaryKey(output);
}
// javadoc is inherited
public Object objectToValue(Object object)
throws IOException {