Posted By:
C_Murphy
Posted On:
Wednesday, June 25, 2003 02:00 AM
Externalizable interface overrides the serialization mechanism and delegates responsibility for reading and writing of the object state to the object itself, by implementation of the writeExternal() and readExternal() methods. This may be useful when you have specific constraints or requirements on how the object information is to be serialized, e.g. security - encrypted, compressed...
Hope this helps?
www.liemur.com