eishay / jvm-serializers

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

Upgrade DSL-JSON to latest #86

Closed zapov closed 4 years ago

zapov commented 4 years ago

DSL-JSON requires both jars to function properly as java8 jar contains the Java annotation processor. Without it library will default to reflection which supports only the most basic features.