sbool isTransient(Field f) { ret (f.getModifiers() & java.lang.reflect.Modifier.TRANSIENT) != 0; }