1. Serialization
In this tutorial you will learn how to serialize a Java object to the file system and read it afterwards.
In this tutorial you will learn how to implement a custom serialization mechanism by implementing the Externalizable interface.
In this tutorial you will learn how to use the transient keyword as a property modifier in Java.
In this tutorial you will learn how to override the default Java serialization mechanism and also how to provide a custom serialization implementation.