I am little confused with respect to Serialization as to what it mean with respect to different contexts.
Serialization as I understand (simple terms) -> Converting the object to a form wherein it can be transferred to network / storage.
Now, i was reading JSON, and again concept of "Serialization" appeared; which said transforming Java Object -> JSON as Serialization; and vice-versa as Deserialization.
I am slightly confused at the applicability of Serialization / Deserialization with reference to different contexts.