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