Pickling is used to serialize objects, converting Python object hierarchy to byte stream.
Additional Context:
Serialization Process :
pickle
moduleKey Features:
Correct Answer: (2) It is used to serialize objects, i.e., to convert Python object hierarchy to byte stream.