I am trying to understand serialization and the way data is passed between the client and server, but I am still not clear.
Is converting objects to JSON strings (or XML/something else) what serialization actually stands for? If not, what is the link between the two?
(the language I am using to learn is c#, if it matters)
Thanks!