sbool isTransientField(O object, S name) { Field f = getField(object, name); ret f != null && (f.getModifiers() & Modifier.TRANSIENT) != 0; }