Explanation: we have been working with simple textual data. what if we are working with objects rather than simple text? for such situations, we can use the pickle module. this module serializes python objects. the python objects are converted into byte streams and written to text files. this process is called pickling. the inverse operation, reading from a file and reconstructing objects is called deserializing or unpickling.
Q. What is unpickling?
β
Correct Answer: (B)
it is used for object deserialization
Explanation by: Mr. Dubey
we have been working with simple textual data. what if we are working with objects rather than simple text? for such situations, we can use the pickle module. this module serializes python objects. the python objects are converted into byte streams and written to text files. this process is called pickling. the inverse operation, reading from a file and reconstructing objects is called deserializing or unpickling.
Discussion
Question Analytics
731
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
96%
Success Rate