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

What are the Differences Between Internal and External Iterator i ...

What are the Different Types of Events Provided by Spring Framewo ...

What are the Atomic Operations in Java ?

What is Thread Starvation in Java ?

What is a Compile Time Constant in Java ?