[jboss-user] [JBossCache] - Re: Can JBossCache scale in such case

manik.surtani@jboss.com do-not-reply at jboss.com
Mon Nov 12 08:23:07 EST 2007


JBoss Cache uses a standard ObjectOutputStream to write your objects to a byte stream.

If your class implements Externalizable instead of Serializable, you can implement writeExternal() and readExternal() to stream your class the way you want it.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103663#4103663

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



More information about the jboss-user mailing list