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 the full serialization mode to benchmarks (reopened) #50

Closed hperadin closed 9 years ago

hperadin commented 9 years ago

(Continuing on https://github.com/eishay/jvm-serializers/pull/49)

Added the full/minimal serialization modes distinction for json/dsl-platform. The minimal serialization mode omits default values from the serialization output, while the full mode writes out all properties.

The new modes are called 'json/dsl-platform' and 'json/dsl-platform/omit-defaults" in the benchmark results (newly generated graphs: http://hperadin.github.io/jvm-serializers-report/report.html).