

InterviewSolution
Saved Bookmarks
1. |
What is unpickling?(a) It is used for object serialization(b) It is used for object deserialization(c) None of the mentioned(d) All of the mentionedI have been asked this question in unit test.The above asked question is from Files in section Regular Expressions and Files of Python |
Answer» Correct choice is (b) It is USED for object deserialization |
|