[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: ClassInfo being serializable

alesj do-not-reply at jboss.com
Wed Jul 11 18:00:01 EDT 2007


  | 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#4063247

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063247



More information about the jboss-dev-forums mailing list