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
Art,
1 month ago
English,
1 month ago
Math,
3 months ago
Computer Science,
3 months ago
Math,
10 months ago
Computer Science,
10 months ago