aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/main/java/com/google/gson/TreeTypeAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Renamed Gson.getNextAdapter to getDelegateAdapter.Inderjeet Singh2012-04-121-1/+1
* Kill GsonInternalAccess. Clients to this were all broken because nobody was e...Jesse Wilson2012-01-011-1/+0
* made toJson/fromJson/toJsonTree methods public in TypeAdapter.Inderjeet Singh2011-12-311-1/+1
* Hide Gson.getNextAdapter() for the current release.Jesse Wilson2011-12-311-1/+2
* Rename TypeAdapter.Factory to TypeAdapterFactory.Jesse Wilson2011-12-231-6/+8
* removed Eclipse 3.7 warnings.Inderjeet Singh2011-12-041-2/+2
* Nice documentation for TypeAdapter.Jesse Wilson2011-12-031-7/+7
* Cleanup names for TypeAdapters.Jesse Wilson2011-12-021-2/+2
* Fix a regression I introduced with the changes to type hierarchy registration...Jesse Wilson2011-11-231-4/+24
* Commit to factories as the mechanism to lookup type adapters. This uses facto...Jesse Wilson2011-11-231-28/+18
* Whoops! The TreeTypeAdapter shouldn't be public API.Jesse Wilson2011-11-221-1/+1
* Register Gson 1.x tree-style adapters in the TypeAdapter.Factory list rather ...Jesse Wilson2011-11-201-0/+128