SalomonBrys / Kotson

Kotlin bindings for JSON manipulation via Gson
MIT License
709 stars 37 forks source link

Does this work with retrofit #1

Closed entropitor closed 9 years ago

entropitor commented 9 years ago

Do you extend GSON or provide a similair API?

So will this work with for example retrofit ?

And does this works with kotlin models for deserialisation? (because GSON can only inject fields, not setters, so if I'm not mistaken, will not work with normal kotlin data classes)

SalomonBrys commented 9 years ago

Kotson is a Gson extension, it allows for easier usage of Gson with Kotlin.

In fact, I developped Kotson for a project in which I use retrofit, so there is no problem using retrofit with Kotson.