Skip to content

Serialization techniques and libraries

raffaeleguidi edited this page Dec 23, 2010 · 5 revisions

Starting from this commit I begun experimenting with an injectable serialization mechanism. The first implementation, of course, being standard java serialization, I also tried using protostuff, the library based on google protocol buffers.

Clone this wiki locally