Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the advantage of using Externalizable over Serializable?

0
Posted

What is the advantage of using Externalizable over Serializable?

0

ยท Externalization allows a class to specify the methods to be used to write the object’s contents to a stream and to read them back. By implementing Externalizable you can win performance at the cost of flexibility and extra code to maintain. If you implement Externalizable you stream the data directly without the need for reflection, which is used in the case of Serializable.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123