+ 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 😑
2 Respuestas
+ 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
+ 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"