Teleporting a Human - Serialization V/S Deserialization

Serialization and Deserialization are easier than cooking Maggi.
Serialization just means converting the long data like your WhatsApp messages or games scores into very small packets to transfer them easily. In this process, the data is converted into Strings.
And after this it transfers in form of string on Internet using HTTP methods (like post or get) and after that:
Deserialization just receives those data packets and converts them back into their original form or data type or object.
Their Importance
They Help us to transfer the Securely and quickly
They are used to send data to APIs
Hope you Understood both these simple Concepts, make sure to hit on the like icon if you found reading this blog helpful and be happy.
Subscribe to my newsletter
Read articles from Manish Saw directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
