[Oracle interview]How can I customize the seralization process?
i.e. how can one have a control over the serialization process? 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]