0 votes
in Python by
What is pickling and unpickling?

1 Answer

0 votes
by

The process of picking can be defined as: Pickle, which is a module, accepts an object, converts it into a string, and dumps into a file using dump function.

The process of retrieving Python objects from the stored string is called unpickling.

Related questions

0 votes
asked Oct 12, 2021 in Python by rajeshsharma
0 votes
asked Sep 21, 2021 in Python by sharadyadav1986
...