The jserial project (
http://jserial.sourceforge.net/index.html) almost had the right idea
- serializing to a buffer - but from what I can see, they do not account for the problem
where a serialized object doesn't fit into the buffer. In this case, it's no
better than Java serialization using a custom OutputStream that writes to a ByteBuffer...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061986#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...