What is pickling?
1
It is used to deserialize objects i.e. converting the byte stream to object hierarchy
2
It is used to serialize objects i.e. to convert python object hierarchy to byte stream
3
It is used to move the file pointer to specific location
4
It is used in exception handling