If a field is of wild-card type, Gson should be able to handle it.
class Foo<? extends Number> {
}
Class Bar {
Foo<Integer> foo;
}
should serialize and deserialize correctly.
Original issue reported on code.google.com by inder123 on 21 Aug 2008 at 7:50
Original issue reported on code.google.com by
inder123on 21 Aug 2008 at 7:50