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

Add streamlined sealed class polymorphic de/serialization #3549

Open
wants to merge 15 commits into
base: 2.14
Choose a base branch
from

Commits on Jul 26, 2022

  1. add support for inferred polymorphic serialization of sealed classes …

    …using permitted subclasses
    sigpwned committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2d6fbcc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. small logic fix

    sigpwned committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d57f5a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb8372 View commit details
    Browse the repository at this point in the history
  3. fix build on jdk17

    sigpwned committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    63a6250 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0af3bb View commit details
    Browse the repository at this point in the history
  5. add deprecation metadata

    sigpwned committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    48c6118 View commit details
    Browse the repository at this point in the history
  6. spacing

    sigpwned committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4417418 View commit details
    Browse the repository at this point in the history
  7. fix imports

    sigpwned committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    02c36a1 View commit details
    Browse the repository at this point in the history
  8. fix @deprecated compile error

    sigpwned committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    07c9df0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. tweak deprecation

    sigpwned committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    bb3ce82 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    821a467 View commit details
    Browse the repository at this point in the history
  2. fix import warning

    sigpwned committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e8f808a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd9acc7 View commit details
    Browse the repository at this point in the history
  4. remove JDK16 idiom

    sigpwned committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f8139c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f82de3f View commit details
    Browse the repository at this point in the history