It would be good to have an option, passed when initializing a ZANJ() object, which allows for any custom loaders to be disabled. For example, if you store a SerializableDataclass, but for some reason can't or don't want to recover the actual data structure, this option would let you get that back as just a dict (probably with the __format__ key/val removed).
It would be good to have an option, passed when initializing a
ZANJ()object, which allows for any custom loaders to be disabled. For example, if you store aSerializableDataclass, but for some reason can't or don't want to recover the actual data structure, this option would let you get that back as just a dict (probably with the__format__key/val removed).