Java Serialization

Serialization in Java with Example and Interview questions

This Object includes the particular object data and information about the type of object. Once serialization is done object has been written into a file. We can read the file again and deserialize the object. The most important thing is that the serialization and deserialization Read More..