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 is the Advantage of Using Unicode Characters in Java ?

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

Why Does Java Provide Default Constructor ?

What is the Difference Between JDK And JRE ?

What is the Purpose of Spring Configuration File ?