王浩 发表于 2013-8-16 15:43:10

[Oracle interview]How can I customize the seralization process?

i.e. how can one have a control over the serialization process?

于郑生 发表于 2013-8-16 15:51:33

Yes. it ispossible to have control over serialization process. The class shouldimplement Externalizable interface. This interface contains two methodsnamely readExternal and writeExternal. You should implement these methods andwrite the logic for customizing the serialization process.
页: [1]
查看完整版本: [Oracle interview]How can I customize the seralization process?