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