
io
7 differences between Serializable and Externalizable interface in Java
December 19, 2014
| In the previous Java tutorial I have discussed about Serialization using Serializable interface and Extrenalizable interface is simply an another interface to do the same work i.e. serialize and deserialize a
Read More