externalizable Questions

12

What is the difference between Serializable and Externalizable in Java?
Milson asked 3/5, 2009 at 19:58

3

As we can override the default serialization process by overriding writeObject() and readObject() , then What is the need of Externalizable interface?
Ascent asked 17/5, 2013 at 9:9

2

Solved

I read that Externalizable provides us writeExternal() and readExternal() method which gives us flexibility to control java serialization mechanism instead of relying on Java's default seri...
Clapboard asked 27/8, 2013 at 18:44
1

© 2022 - 2024 — McMap. All rights reserved.