Thank you for this useful utility. I've been using it for a couple of years now.
I have a storage package with its own serialization/deserialization capacity. When I turned the config.serialize: false, the application failed. This proposed updated fixes two things:
infers the deserialized value from the config.serialize setting (consistent with both the docs and type annotation)
it removes the code that presumes that config.serialize and config.deserialize can be a function; inconsistent with the type annotations.
Thank you for this useful utility. I've been using it for a couple of years now.
I have a storage package with its own serialization/deserialization capacity. When I turned the
config.serialize: false
, the application failed. This proposed updated fixes two things:infers the
deserialized
value from theconfig.serialize
setting (consistent with both the docs and type annotation)it removes the code that presumes that config.serialize and
config.deserialize
can be a function; inconsistent with the type annotations.- E