eishay / jvm-serializers

Benchmark comparing serialization libraries on the JVM
http://groups.google.com/group/java-serialization-benchmarking
3.28k stars 560 forks source link

Add Moshi #77

Closed hendrawd closed 4 years ago

hendrawd commented 6 years ago

Can you add Moshi from Square https://github.com/square/moshi as one of the serializer and compare it with the others?

cakoose commented 6 years ago

Typically, new libraries are added when someone takes an interest, writes the code, and submits a pull request.

If you're interested in adding it, it's relatively straightforward. You can look at one of the existing examples, e.g. JsonGsonDatabind.java. If you run into any issues, we're happy to help.