Go to file
Inderjeet Singh 7c97ac2944 Updated Gson version to 2.3-SNAPSHOT since this is a new feature.
Added support for a magic field GSON_TYPE_ADAPTER in a class. This adapter is automatically invoked if present.
The field must be present in the class (not in any super-type), and must be strongly typed as TypeAdapter<T>.
2014-03-08 20:08:13 +00:00
codegen Followup to r1175. Use the same copyright holder for all files. 2012-09-30 17:19:12 +00:00
examples/android-proguard-example Retain annotations when using proguard + gson. From patch on issue 358. 2011-12-16 05:18:01 +00:00
extras Move interceptors from 'alpha' to 'extras'. 2012-10-23 17:36:30 +00:00
gson Updated Gson version to 2.3-SNAPSHOT since this is a new feature. 2014-03-08 20:08:13 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
metrics Replace switch with if/else when processing whitespace. If/else is faster! 2012-08-27 04:17:29 +00:00
proto updated version of protobuf dependency 2011-04-22 18:29:36 +00:00