Computer Science, asked by tiwarivivekvivektiwa, 3 months ago

why pickle function in python is used like pickle.dump​

Answers

Answered by Anonymous
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