I doubt you can, the extension function uses `T::c...
# jackson-kotlin
d
I doubt you can, the extension function uses
T::class.java
which erases the
List
type. I tried the sample in your response and it deserializes to a list of string -> string map. Or did I miss something ??