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

Fixed regression with serialization using list parametrized with contextual types #2331

Merged
merged 2 commits into from
Jun 13, 2023

Commits on Jun 12, 2023

  1. Fixed regression with serialization using list parametrized with cont…

    …extual types
    
    Fixes #2323
    
    In the current implementation of serializer lookup caching, if the serializer for the parameter was not found, the `serializerOrNull` function always returned null, without further searching for contextual serializers in the current SerializersModule.
    shanshin committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    666d965 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. ~review fixes

    shanshin committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a68adb1 View commit details
    Browse the repository at this point in the history