What is Externalization ? where it is used?

Showing Answers 1 - 1 of 1 Answers

JR

  • May 26th, 2006
 

Externalization is a process by which, we can implement our own functionality of serialization ie saving the state of an object, using the two methods ie readExternal(..) and writeExternal(..) by implementing the interface 'Externalizable' , instead of the default functionality provided by the 'serializable' interface.

It can be called as customized serialization, where user is allowed to provide the new functionality of serialization.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions