user image

Pooja Sharma

Job Interview Skills
English
2 years ago

How can I customize the seralization process? i.e. how can one have a control over the serialization process?

user image

Abhishek Mishra

2 years ago

Yes it is possible to have control over serialization process. The class should implement Externalizable interface. This interface contains two methods namely readExternal and writeExternal. You should implement these methods and write the logic for customizing the serialization process.

Recent Doubts

Close [x]