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

Do not check kind or discriminator collisions #2833

Merged
merged 4 commits into from
Oct 30, 2024

Commits on Oct 10, 2024

  1. Do not check kind or discriminator collisions

    for subclasses' polymorphic serializers if Json.classDiscriminatorMode is set to NONE.
    
    This should simplify the code in situations where JSON is expected to be only sent and not parsed.
    
    Fixes #2753
    Fixes #1486
    sandwwraith committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bf8629a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ccd80 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    629a70a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. ~add documentation

    sandwwraith committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d61c197 View commit details
    Browse the repository at this point in the history