what is Serialization in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is Serialization in python?

I have read documentation, searched on Google several times but I am unable to get it what the hell is serialization and what is the use of it? why we have two different modules marshal and pickle without proper documentation? i am gonna throw my mob on the wall now 😑

17th Jul 2022, 7:11 PM
Ratnapal Shende
Ratnapal Shende - avatar
2 Answers
+ 3
Hi, Ratnapal Shende ! You can take a look at this file. Maybe it can save your mob… https://code.sololearn.com/c0veCl3RS5Az/?ref=app
17th Jul 2022, 10:54 PM
Per Bratthammar
Per Bratthammar - avatar
+ 3
If you want to know about pickle then it's just converting data to bytes and we write the pickled data to a file instead of raw text. Just look up "pickle python"
17th Jul 2022, 9:35 PM
Slick
Slick - avatar