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