1.

What Is Externalizable Interface?

Answer»

Externalizable is an interface which contains two methods read EXTERNAL and write External. These methods give you a control over the SERIALIZATION mechanism. THUS, if your CLASS implements this interface, you can customize the serialization PROCESS by implementing these methods.

Externalizable is an interface which contains two methods read External and write External. These methods give you a control over the serialization mechanism. Thus, if your class implements this interface, you can customize the serialization process by implementing these methods.



Discussion

No Comment Found