aboutsummaryrefslogtreecommitdiffstats
path: root/gson/src/main/java/com/google/gson/internal/Excluder.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/+1
* Hide Gson.getNextAdapter() for the current release.Jesse Wilson2011-12-311-1/+1
* Rename TypeAdapter.Factory to TypeAdapterFactory.Jesse Wilson2011-12-231-1/+2
* Nice documentation for TypeAdapter.Jesse Wilson2011-12-031-6/+6
* Cleanup names for TypeAdapters.Jesse Wilson2011-12-021-2/+2
* Rename GsonExclusionStrategy to Excluder. The new class is its own factory, w...Jesse Wilson2011-11-221-0/+250