How to do Serialization and Deserialization ?

n this tutorial, We’ll discuss about java’s java.io.Externalizable interface. The main goal of this interface is to provide custom serialization and deserialization.

  Before we go ahead, make sure you check out the Java Serialization article.

Scroll to Top