The process of pickling in Python includes ____________
The process of pickling in Python includes ____________ Correct Answer conversion of a Python object hierarchy into byte stream
Pickling is the process of serializing a Python object, that is, conversion of a Python object hierarchy into a byte stream. The reverse of this process is known as unpickling.
মোঃ আরিফুল ইসলাম
Feb 20, 2025