[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Is ParameterizedClassInfo serialization broken
adrian@jboss.org
do-not-reply at jboss.com
Fri Nov 21 06:15:20 EST 2008
"alesj" wrote :
| Is this expected behavior (the first, not NPE :-))?
|
Well obviously its broken unless this works:
| ParameterizedClassInfo pci = ...
| ParameterizedClassInfo pci2 = serializeDeserialize(pci, ParameterizedClassInfo.class);
| assertEquals(pci, pci2);
|
That's usually the serialization contract (but not always ;-).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191208#4191208
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191208
More information about the jboss-dev-forums
mailing list