gson-comments/examples/android-proguard-example/src/com/google/gson/examples/android
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
..
model Invoking Gson toJson and fromJson with-in the Android application. 2011-07-23 01:08:34 +00:00
GsonProguardExampleActivity.java Invoking Gson toJson and fromJson with-in the Android application. 2011-07-23 01:08:34 +00:00