What is Externalizable interface?

Q

What is Externalizable interface?

✍: Guest

A

Externalizable is an interface which contains two methods readExternal and writeExternal. 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.

2013-05-22, 1992👍, 0💬