[jboss-dev-forums] [Design of JBoss Serialization] - Re: What should I create to frequently ask it for smart clon

elijah.epifanov@gmail.com do-not-reply at jboss.com
Thu Aug 24 07:20:37 EDT 2006


Heh.. 
DataContainer isn't thread-safe.
DataContainerInput writes to it.


public Object readObject() throws ClassNotFoundException, IOException {
 DataContainer.this.cache.setInput(this);
 return ObjectDescriptorFactory.objectFromDescription(DataContainer.this.cache, this);
}


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967199#3967199

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



More information about the jboss-dev-forums mailing list