Hi,
I need to know how we can deserialize an object which contains a list of type
abstract class as an attribute using gson
code eg:
class A{
List<B> list;
}
public abstract class B{
}
Original issue reported on code.google.com by chinju18...@gmail.com on 24 May 2012 at 8:37
Original issue reported on code.google.com by
chinju18...@gmail.com
on 24 May 2012 at 8:37