[jboss-dev-forums] [Design of JBoss Serialization] - Re: JBSER-84 - Improving serialization
clebert.suconic@jboss.com
do-not-reply at jboss.com
Tue Apr 10 13:25:42 EDT 2007
I'm adding an interface org.jboss.io.Immutable that can be used to Mark Immutable user classes.
If you use that interface and you have two identical objects ( by hashCode and equals definitions) these will be replaced by a single reference when the streaming is being parsed.
This didn't add any incompatibility issues as this change only affects how IDs are generated on writeObject. This didn't cause any change on the protocol.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036065#4036065
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036065
More information about the jboss-dev-forums
mailing list