Computer Science
Serialisation process is also called pickling.
Python File Handling
2 Likes
Answer
True
Reason — Serialisation process is also called pickling in Python.
Answered By
2 Likes
Related Questions
When you open a file for appending, if the file exists, the existing file is overwritten with the new file.
Conversion of an object hierarchy in byte stream is called Serialisation.
The load() function of the pickle module performs pickling.
The dump() function of the pickle module performs unpickling.