Skip to content
This repository was archived by the owner on Feb 10, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 367 Bytes

File metadata and controls

12 lines (7 loc) · 367 Bytes

protostuff-example

Experimenting protostuff along with other serializers like Jackson/Fasterxml/Kryo/Protobuf. There is also a (simple) benchmark test included to see the performance.

Run the below maven command to see the benchmark result

mvn clean test

This example is implemented based on "protostuff-runtime"