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.
共 1 个关于本帖的回复 最后回复于 2013-8-16 15:51