In this article we will learn about the usage of Transient Keyword in Serialization. Before getting into, some basic knowledge on How Serialization works in Java is required. Lets take an example we have a class Employee which is having three data members empId, empName, empSalary. Suppose if you dont want empSalary alone not to be serialized(non-persistant) then you can mark … [Read more...]