Skip to content

Conversation

@vicr123
Copy link
Contributor

@vicr123 vicr123 commented Oct 19, 2024

This PR adds support to the marshaller for wildcard types (e.g. Map<String, ? extends List<String> -> a{sas}) which is needed because reflection in Kotlin transforms a Map<String, List<String>> into the former.

Closes #269

@hypfvieh hypfvieh merged commit 78d4e0b into hypfvieh:master Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Marshalling a Map with a generic type does not work

2 participants