Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensible serializers support #326

Closed
wants to merge 17 commits into from
Closed

Extensible serializers support #326

wants to merge 17 commits into from

Conversation

NotoriousPyro
Copy link

@NotoriousPyro NotoriousPyro commented Mar 25, 2022

Since #209 appears waiting on conflicts being merged, I thought I would work through the merge conflicts as I want to use this for a project. Unfortunately, what's stopping me is #209.

All the tests are passing. This is a merge of pallets-eco/master with subnix:feature/extensible-serializer and conflicts resolved.

Have also tested it with a working application. I have also debugged through and confirmed the serializer can be changed to JSON and also no longer accepts objects like "Response" (e.g. trying to apply the cache to a function which returns response.response) because they cannot be serialised to JSON.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants