What serialization lib is most popular with you al...
# http4k
c
What serialization lib is most popular with you all: kotlinx, moshi, kotshi, jackson, or <some other lib>?
d
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 4
n
I like Kondor, because it does not use reflection or a compiler plugin.
👍 1
c
Thanks for the feedback!