Right choice is (c) conversion of a Python object hierarchy into byte stream
Easy explanation - Pickling is the process of sterilizing a Python object, that is, conversion of a byte stream into Python object hierarchy. The reverse of this process is known as unpickling.