Serialization Benchmarking
https://github.com/eishay/jvm-serializers/wiki
Kryo is the fastest and produces the smallest output.
json/fastjson/databind looks like one of the fastest json serializers
https://github.com/alibaba/fastjson/wiki
https://github.com/alibaba/fastjson
http://mvnrepository.com/artifact/com.alibaba/fastjson
Kryo is the fastest and produces the smallest output.
json/fastjson/databind looks like one of the fastest json serializers
https://github.com/alibaba/fastjson/wiki
https://github.com/alibaba/fastjson
http://mvnrepository.com/artifact/com.alibaba/fastjson
Comments