transient keyword in Java

If you mark an instance variable as transient , you're telling the JVM to skip (ignore) this variable when you attempt to serialize the object containing it.