eishay / jvm-serializers

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

Updated MessagePack to 0.6.1 #24

Closed muga closed 12 years ago

muga commented 12 years ago

Hi,

I updated this project to use MessagePack 0.6.1. There've been some API changes and optimizations since 0.5.2. For example, with the API changes, you don't need to add @Optional to user-defined classes like Image and Media classes. Please check it and merge.

Thanks,

Muga Nishizawa

cowtowncoder commented 12 years ago

Glad to hear that @Optional is now optional -- will merge