Hi, Is there a performance benchmark for comparing...
# serialization
l
Hi, Is there a performance benchmark for comparing kotlin-serialization with Jackson/Gson/Moshi?
o
Well, it’s kinda googlable, and the answer may very much depend on your platform, setup, data structure, etc 🙂 Eg https://bladecoder.medium.com/kotlin-json-benchmark-on-android-2022-moshi-vs-kotlin-serialization-18436c0596c3
l
Thank you. Actually, I have already read that article, but I just wanted to know if there is an official benchmark by JB team. Also, I am currently using Jackson and Gson, but that article only compares Moshi.
o
l
Thank you!