What is Externalizable Interface in Java ?

Externalizable interface extends Serializable interface in Java. It is used for giving the Class control over saving and restoring the contents of its instances.

A class implements methods writeExternal() and readExternal() to store and restore the object.



You May Interest

How Can We Analyze the Dependencies in Java Classes and Packages ...

What are the Popular Implementations of Deque in Java ?

What is the Difference Between StringBuffer and StringBuilder in ...

What is a Filter in JSP ?

What is Observer Design Pattern in Java ?