Conversion of an object hierarchy in byte stream is called Serialisation.
True
Reason — Serialisation is the process of converting Python object hierarchy into a byte stream, so that it can be written into a file.