Hi I'm quite new to kotlin and trying to rewrite m...
# announcements
n
Hi I'm quite new to kotlin and trying to rewrite my data classes to it. I get them from server via JSON, in java I was using gson to deserialize them. I've moved about half of all my classes to Jackson but it enormously slow... What would you recommend to deserialize a lot of data? I take under consideration: - Moshi - Kotson (which is basically gson again)