[jboss-dev-forums] [Design of JBossCache] - Re: Serialization Compatibility Tests
manik.surtani@jboss.com
do-not-reply at jboss.com
Fri Dec 29 05:52:44 EST 2006
Agreed that some exceptions may get serialised as return values, but as you pointed out, this is not in the list of errors.
As for other JGroups classes, those that are transported across the wire are marshalled using the TreeCacheMarshaller in 1.4.0, so this is not a problem when talking to 1.4.x.
This does break down in one scenario though; and this is when we use region-based marshalling (JBC 1.2.x/1.3.x) which forces Java serialization on the payload, including JGroups classes. (When not using region-based marshalling, JGroups Streamable interface is used, which does not make use of Java seriaization)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996816#3996816
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996816
More information about the jboss-dev-forums
mailing list