Menu

Project "Faster Java Serialization" v0.22 (initial) released

The initial version of "Faster Java Serialization" project has been released.

The "Faster Java Serialization" project aims to provide faster Java serialization by
inspecting classes and generating tailor made serialization code on the fly, that is
reused for every object of the same class.

Objects are serialized to a NIO ByteBuffer, eliminating the need for numerous
memory copies that take place during normal serialization to files or network.

Currently, there are some limitations on the kinds of objects that can be serialized.
Further information can be found at the project homepage:
http://jserial.sf.net

The initial release is available at:
http://sourceforge.net/project/showfiles.php?group_id=180049

Posted by Leonardo A. G. Mesquita 2006-10-20

Log in to post a comment.