| public void readObject(...)
| {
| super.readObject(...);
| typeInfoFactory = new IntrospectionTypeInfoFactory(...);
| classInfoHelper = typeInfoFactory.getClassInfoHelper();
| // etc.
| }
|
"alesj" wrote :
| What about non-serializable references to ClassInfoHelper and AnnotationHelper?
| How do you (de)serialize those?
|
IntrospectionTypeInfoFactory currently only knows about TypeInfoFactory.
So no ClassInfoHelper from there. ;-)
Exposing IntrospectionTypeInfoFactory as other helpers?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063247#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...