android_mt6572_jiabo/external/gson/Gson 2.1 notes.txt
2025-09-05 16:56:03 +08:00

6 lines
No EOL
300 B
Text

Dropped support for GsonBuilder.registerTypeHierarchyAdapter+InstanceCreator
Relax registerTypeHierarchyAdapter order
Gson 2.0 failed if you registered Manager then Employee would fail
Gson 2.1 it isn't a problem
com.google.gson.functional.TypeHierarchyAdapterTest#testRegisterSubTypeFirstNotAllowed