i2mint / py2store

Tools to create simple and consistent interfaces to complicated and varied data sources.
MIT License
11 stars 2 forks source link

Auto-key-trans #87

Open thorwhalen opened 3 years ago

thorwhalen commented 3 years ago

Serializers (data_of_obj) and deserializers(obj_of_data) don't have to be aligned in many contexts.

But most of the time, mapping operations will get in trouble if key transformers are not aligned.

I propose to develop a few tools that will mitigate this problem: