pickle.dump(obj, file, protocol=None, *, fix_imports=True)
pickle.load(file, *, fix_imports=True, encoding="ASCII", errors="strict")
ParameterDetailsobjpickled representation of obj to the open file object fileprotocolan integer, tells the pickler to use the give...