Java: Serialization and Deserialization
Serialization is a mechanism to convert the state of the object into a byte stream and deserialization is a reverse mechanism where the byte stream is used to recreate the actual object.
The mechanism is used to persist the object state
The byte s...
hashcodehub.hashnode.dev2 min read