What is Serialization and Deserialization in Java ?
what is serialization ? how it is done in spring framework project ? process of converting object into bytes so that we can save it or transit it once the object is serialized it can be store in a file, database or memory , file can be any type of...
Aug 15, 20222 min read7

