gson-comments/extras/src
Thomas Oster 2eb37589b5
Fix RuntimeTypeAdapterFactory (#2139)
* Change the RuntimeTypeAdapterFactoryTest, so it fails because of #712

* 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 https://github.com/google/gson/issues/712#issuecomment-148955110 works. No idea why this is not merged yet.
2022-07-21 10:28:48 -07:00
..
main/java/com/google/gson Fix RuntimeTypeAdapterFactory (#2139) 2022-07-21 10:28:48 -07:00
test/java/com/google/gson Fix RuntimeTypeAdapterFactory (#2139) 2022-07-21 10:28:48 -07:00