Katelyn Baker d2bb19e095
CORDA-1530 - Generics break default evolver (#3232) (#3487)
* CORDA-1530 - Generics break default  evolver

When selecting an annotated constructor for evolving a type make sure
we treat generics in the same manner we did when serialized. Effectively
throw away the template information and treat lists as lists and maps
as maps
2018-07-02 15:10:00 +01:00
..