Skip to content

Gson should support Parameterized types with variable types as parameters #35

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions