is kotlinx.serialization fast? I expect it to be m...
# ktor
s
is kotlinx.serialization fast? I expect it to be much faster than annotation based libraries
s
I'm not sure exactly how fast it is in comparison to other libraries as I haven't seen performance tests, but considering you can use it without any reflection at all, it's probably pretty fast
t
Annotation libraries are mostly able of compile-time processing and afair moshi was faster