public void test_0() throws Exception {
class VO {
public int getId() { throw new RuntimeException(); }
}
PropertyPreFilter filter = new PropertyPreFilter () {
public boolean apply(JSONSerializer serializer, Object source, String name) {
return false;
}
};