王浩 发表于 2013-8-16 15:45:04

[Oracle interview]What is Externalizable interface?

于郑生 发表于 2013-8-16 15:52:19

Externalizableis an interface which contains two methods readExternal and writeExternal.These methods give you a control over the serialization mechanism. Thus ifyour class implements this interface, you can customize the serializationprocess by implementing these methods.
页: [1]
查看完整版本: [Oracle interview]What is Externalizable interface?