When serializing an object in Java, what keyword is used to prevent a class attribute from being serialized?
final
static
volatile
transient