
hello,
What is the difference between Serializalble and Externalizable interface?

hiii,
When you use Serializable interface, your class is serialized automatically by default.
But you can override writeObject() and readObject()two methods to control more complex object serailization process.
When you use Externalizable interface, you have a complete control over your class's serialization process.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.