What serialization lib is most popular with you all: kotlinx, moshi, kotshi, jackson, or <some other lib>?
d
dave
04/28/2025, 12:43 PM
If you're using the OpenAPI stuff you're currently pretty much locked into using Jackson right now. Otherwise I generally default heavily to using Moshi with Kotshi to generate adapters
plus one 2
n
natpryce
04/29/2025, 11:37 PM
I like Kondor, because it does not use reflection or a compiler plugin.