gson-comments/examples/android-proguard-example
Inderjeet Singh a85807818f Invoking Gson toJson and fromJson with-in the Android application.
Gson.fromJson does not currently work in this application with proguard enabled: The reason seems to be that Cart's field List<LineItem> gets rewritten as raw List type.
2011-07-23 01:08:34 +00:00
..
res initial cut at an example Android application that uses Proguard with Gson 2011-07-22 20:55:37 +00:00
src/com/google/gson/examples/android Invoking Gson toJson and fromJson with-in the Android application. 2011-07-23 01:08:34 +00:00
AndroidManifest.xml initial cut at an example Android application that uses Proguard with Gson 2011-07-22 20:55:37 +00:00
default.properties initial cut at an example Android application that uses Proguard with Gson 2011-07-22 20:55:37 +00:00
proguard.cfg Invoking Gson toJson and fromJson with-in the Android application. 2011-07-23 01:08:34 +00:00