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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...