}
SimpleFooRequest ctx = simpleFooRequest();
final SimpleValueProxy toCheck = ctx.edit(a);
toCheck.setNumber(77);
toCheck.getDate().setTime(1);
ctx.returnValueProxy().fire(new Receiver<SimpleValueProxy>() {
@Override
public void onSuccess(SimpleValueProxy b) {
b = checkSerialization(b);
b = simpleFooRequest().edit(b);
// Now check that same value is equal across contexts