M

Mr. Dubey • 97.30K Points
Coach

Q. 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 mentioned
Share

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Loading Comments....

Question analytics