niolabs / safepickle

Provides an alternative to using Python's unsafe pickle module
Apache License 2.0
1 stars 1 forks source link

Adding support for defaultdict, list of types supported by library is… #10

Closed f1401martin closed 6 years ago

f1401martin commented 6 years ago

…: int, bool, float, str,

bytearray, bytes, datetime, defaultdict, dict, list, set, timedelta, tuple, Note: 'defaultdict' is limited to refer to these same types where appropriate