[Oracle interview]What is Externalizable interface?
Externalizableis an interface which contains two methods readExternal and writeExternal.These methods give you a control over the serialization mechanism. Thus ifyour class implements this interface, you can customize the serializationprocess by implementing these methods.
页:
[1]