| Function | Description |
|---|---|
| pickle.dump(obj, file) | Serializes `obj` and writes it to a file object `file`. |
| pickle.dumps(obj) | Serializes `obj` to a byte stream. |
| pickle.load(file) | Deserializes a byte stream from a file object `file` back into a Python object. |
| pickle.loads(bytes_obj) | Deserializes `bytes_obj` back into a Python object. |
Pickling is used to serialize objects, converting Python object hierarchy to byte stream.
Additional Context:
Serialization Process :
pickle moduleKey Features:
Correct Answer: (2) It is used to serialize objects, i.e., to convert Python object hierarchy to byte stream.
Select the statements that are CORRECT regarding patterns of biodiversity.
Which of the following hormone is not produced by placenta ?
List - I | List - II | ||
| A | Streptokinase | I | Blood-Cholestrol lowering agents |
| B | Cyclosporin | II | Clot Buster |
| C | Statins | III | Propionibacterium sharmanii |
| D | Swiss Cheese | IV | Immuno suppressive agent |
Which of the following option determines percolation and water holding capacity of soils ?