python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Marshalling: Transfer, Serialization: Format #439

Open cmpunches opened 2 years ago

cmpunches commented 2 years ago

Hello.

Going through the documentation, and it appears marshalling and serialization have been confused for each other.

I believe marshalling is when you are moving data from one location to another, and Serialization is transforming from primitive type to a marshable form. This has made reading it very confusing.