summaryrefslogtreecommitdiff
path: root/requests_cache/serializers
Commit message (Expand)AuthorAgeFilesLines
...
* Fix inifinite loop of doomJordan Cook2021-06-171-1/+3
* cleaning up preconf and builtin serializersParker Hancock2021-06-152-45/+63
* extirpated 'is_binary' from pipelinesParker Hancock2021-06-143-15/+5
* changes for multi-version compatibilityParker Hancock2021-06-141-59/+61
* initial serialization pipeline refactorParker Hancock2021-06-146-161/+123
* Rename BaseSerializer methods to dumps/loadsJordan Cook2021-06-114-23/+9
* Add tests and docsJordan Cook2021-06-111-1/+0
* Integrate serializers with backendsJordan Cook2021-06-112-2/+7
* Allow selecting a serializer by name, class, or instance (with same behavior ...Jordan Cook2021-06-113-16/+59
* Add annotation for CachedResponse.history and add support for ForwardRef in B...Jordan Cook2021-06-111-0/+7
* Add a BSON serializerJordan Cook2021-06-112-1/+30
* Refactor JSONSerializer using cattrs; add support for ultrajsonJordan Cook2021-06-115-84/+31
* Experiment with adding a JSON serializerJordan Cook2021-06-111-0/+78
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-40/+39
* Fix broken unit tests and add more coverageJordan Cook2021-05-262-21/+37
* Split out serializers and models into separate classesJordan Cook2021-05-263-0/+101