Monday, 25 April 2016

It is possible to have control over serialization process ?


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.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.