Serialization

  • Serialization is a process of saving the state of an Object to File, only instance variables will be participated and persisted to file storage or some other storage via network capability
  • De-Serialization is a process of restoring Object’s state back from file storage to Java heap memory

Here is the index for Serialization concepts in Java

Introduction to Serialization

Role of Transient keyword in Serialization

Order of Serialization and De-Serialization

Serialization with Aggregation

Serialization with Inheritance

Externalization

SerialVersionUID

Singleton design pattern

Stop Serialization

Serialize and de-serialize ArrayList

Interview Question on Serialization

Suggest tutorials from Contact Us page

Happy Coding !!
Happy Learning !!