Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 289 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 289 Bytes

kotlin-json-benchmark

Compare performance of GSON, Moshi, Jackson and KotlinX.Serialization using JMH

Compare read/write performance for simple data classes and sealed (polymorphic) data classes. (Byte)code generation is used for KotlinX and Moshi, Jackson utilizes Afterburner module.