}
};
constructors[LOAD_ALL_GIVEN_KEYS] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapLoadGivenKeysRequest();
}
};
constructors[LOAD_ALL_KEYS] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapLoadAllKeysRequest();