Computer Science
Conversion of an object hierarchy in byte stream is called Serialisation.
Python File Handling
2 Likes
Answer
True
Reason — Serialisation is the process of converting Python object hierarchy into a byte stream, so that it can be written into a file.
Answered By
3 Likes