Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What is pickling and unpickling in python?
0
votes
asked
Feb 26, 2021
by
Gogul R
(
876
points)
python
programming-languages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 26, 2021
by
abitha
(
1.6k
points)
Pickling is the process of converting object hierarchy into byte stream whereas unpickling is the process of converting byte stream into an object hierarchy.
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What is the process of compilation and linking in python?
What is the usage of help() and dir() function in Python?
What are 'args' and 'kwargs' in python?
What is type conversion in Python?
What is the difference between range & xrange in python?
...