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

Fix RuntimeTypeAdapterFactory #2139

Merged
merged 2 commits into from Jul 21, 2022
Merged

Fix RuntimeTypeAdapterFactory #2139

merged 2 commits into from Jul 21, 2022

Commits on Jun 28, 2022

  1. Copy the full SHA
    ca4b28c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Fix RuntimeTypeAdapterFactory

    Trying to use this class as is results in the type-property not being serialized into the JSON, thus it is not present on deserialization.
    The fix from google#712 (comment) works. No idea why this is not merged yet.
    t-oster committed Jun 29, 2022
    Copy the full SHA
    db02def View commit details
    Browse the repository at this point in the history