The process of pickling in Python includes . . . . . . . .
A. conversion of a Python object hierarchy into byte stream
B. conversion of a datatable into a list
C. conversion of a byte stream into Python object hierarchy
D. conversion of a list into a datatable
Answer: Option A
Join The Discussion