Serialization / Deserialization in Java
What is Transient in java?
Transient is used to the field members of a class turn off the serialization on these fields. To make field non serializable, we use transient keyword for that particular field. This is used if we do not need to make it pe...
bikash8848.hashnode.dev2 min read