M

Mr. Dubey • 100.69K Points
Coach

Q. What is the pickling?

  • (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
pickle is the standard mechanism for object serialization. pickle uses a simple stack-based virtual machine that records the instructions used to reconstruct the object. this makes pickle vulnerable to security risks by malformed or maliciously constructed data, that may cause the deserializer to import arbitrary modules and instantiate any object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics