What is serialiaztion
Serialization involves converting complex data structures or objects into a byte stream or another format that can be easily stored or transmitted.
What is deserialization
Deserialization is the reverse process of serialization, where serialized data is reconstructed into its original form.
Learn the diagram for Serialization and deserialization