All Questions
1 question
1
vote
1
answer
3k
views
How to convert list of int in json to list/array of enums using Moshi?
I'm getting a list of ints (which are really enums) from the API. When I try to parse it, I get: Unable to create converter for java.util.List<MyEnum>
My adapter is currently looking like this:
@...