aboutsummaryrefslogtreecommitdiffstats
path: root/gson/Gson 2.1 notes.txt
blob: def324ed8b1f53eb84aa369a3073cbe8d7cd19f9 (plain)
1
2
3
4
5
6
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