edgegraph.output.nrpickler.dump#
- edgegraph.output.nrpickler.dump(obj, file, protocol=None, byref=None, fmode=None, recurse=None, **kwargs)#
Module-level interface to the non-recursive pickler
dump.When using this with a file object, ensure it has been opened in binary mode!
This is intended to mirror
dill.dump()in functionality, but is safe to use with edgegraph objects (i.e., will not cause recursion problems).