In Java Serialization, what is the purpose of the `transient` keyword when applied to an instance variable?

In Java Serialization, what is the purpose of the `transient` keyword when applied to an instance variable? Correct Answer It indicates that the variable should not be serialized

Related Questions

In Java, what is the purpose of the `transient` keyword when applied to an instance variable?
In Java Serialization, what happens if a serialized class changes between serialization and deserialization?
In Java, what is the purpose of the static keyword when applied to a variable?
Which class in Java is responsible for deserialization during Java Serialization?
What is the purpose of the `ObjectOutputStream` class in Java Serialization?