588589590591592593594
protected byte[] dbKey(StorableKey key) { return key.asBytes(); } protected StorableKey storableKey(byte[] raw) { return new StorableKey(raw); }