What are serialization and deserialization?
What are serialization and deserialization?
The serialization is the process of saving created objects and sequence of bytes,it is the turning object into series of bytes for storing,deserialization is the process of same bytes and turn them back into objects
Bookmarks