* Maintains the mapping between classes and their identifiers
* within the store.
*/
@SuppressWarnings("unchecked")
public DbFeatureHistory(StoreReader sr, StoreClassRegister scr) {
feature = (T) new GenericObjectReader(sr, scr).readObject();
version = sr.readInteger();
}