I'm one of the authors of this library. The code this library emits is very similar to the json/jackson/manual serializer/deserializer in https://github.com/eishay/jvm-serializers/wiki. Conveniently, GSON is benchmarked there too.
You're right, the field names could be guessed at compile time. Please feel free to submit a PR!
Comments
Hi!
I'm one of the authors of this library. The code this library emits is very similar to the json/jackson/manual serializer/deserializer in https://github.com/eishay/jvm-serializers/wiki. Conveniently, GSON is benchmarked there too.
You're right, the field names could be guessed at compile time. Please feel free to submit a PR!
Thanks!