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

srid99/protostuff-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"