why pickle function in python is used like pickle.dump
Answers
Answered by
1
Answer:
Pickle is used for serializing and de-serializing Python object structures, also called marshalling or flattening. ... Later on, this character stream can then be retrieved and de-serialized back to a Python object. Pickling is not to be confused with compression!
Similar questions
Chemistry,
2 months ago
CBSE BOARD X,
2 months ago
Math,
4 months ago
Computer Science,
4 months ago
Math,
11 months ago
Computer Science,
11 months ago