如何控制 serialization 的过程?
2018-07-03 15:49 更新
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.
以上内容是否对您有帮助:
更多建议: