}
};
constructors[UNLOCK] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {
return new MapUnlockRequest();
}
};
constructors[EVICT] = new ConstructorFunction<Integer, Portable>() {
public Portable createNew(Integer arg) {