klaxon
klaxon copied to clipboard
Add list of convertors
I can find a method to add a list of converters.
Klaxon().converter(arrayListOf(con1, con2, con3))
.
Is the method exist?
You can call converter more than once.
Klaxon() .converter(con1) .converter(con2) .converter(con3)