gson-comments/extras
Éamonn McManus 2deb2099d3
Make RuntimeTypeAdapterFactory recognize subclasses only conditionally. (#2160)
PR #2139 changed this factory so that if given a certain baseType, it will also
recognize any subtype of that type. That is often the right thing to do, but it
is a change in behaviour, and does in fact break at least one current client of
this code. So instead we introduce a new `recognizeSubclasses()` method that
triggers this behaviour. When the method is not called, we revert to the old
behaviour of only recognizing instances of the exact class `baseType`.
2022-07-27 12:18:20 -07:00
..
src Make RuntimeTypeAdapterFactory recognize subclasses only conditionally. (#2160) 2022-07-27 12:18:20 -07:00
pom.xml Bump maven-deploy-plugin from 3.0.0-M2 to 3.0.0 (#2148) 2022-07-21 10:45:59 -07:00
README.md Add READMEs to Maven modules (#2039) 2021-12-27 10:17:41 -08:00

extras

This Maven module contains the source code for supplementary Gson features which are not included by default.

The artifacts created by this module are currently not deployed to Maven Central.