erickok / retrofit-xmlrpc

Typed XML-RPC support for Retrofit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for arrays in request params?

Kev1000000 opened this issue · comments

The service I am using requires a mixture of Ints, Strings, and an array of Ints, and this library doesn't seem to be able to handle the array of Ints when combined in a class with other fields.

Am I doing something wrong or does the library not handle this yet?

Nevermind, I am dumb :)