[jboss-dev-forums] [Design of JBoss Serialization] - Re: Serialization with NIO

david.lloyd@jboss.com do-not-reply at jboss.com
Mon Jul 9 10:05:06 EDT 2007


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#4061986

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061986



More information about the jboss-dev-forums mailing list