What does the transient keyword indicate when used in a class that implements Serializable?
transient
Serializable
The marked field is serialized with a default value
The marked field is encrypted before serialization
The marked field is not serialized
The marked field is serialized with a special token