eishay / jvm-serializers

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

Added BSON serializers. Updated Jackson to 1.7.1 #4

Closed michel-kraemer closed 13 years ago

michel-kraemer commented 13 years ago

Hi!

I would like to request a pull of the following changes: I added BSON serializers (bson4jackson and MongoDB) and also updated the Jackson library to 1.7.1. Seems to run very well.

Thanks Michel

cowtowncoder commented 13 years ago

Ok, I hope I merged things correctly: should now be in 'kannan' branch so that we can include BSON results too.

michel-kraemer commented 13 years ago

Don't you have to delete jackson-all-1.7.0.jar as well?

Bye, Michel

cowtowncoder commented 13 years ago

Ah. Yes... not sure why merge didn't do that. Will do now.