I think it depends on the object that is being externalized / serialized. For entities it should be rare that two threads use the same entity at the same time (sounds like the EM is being shared), and you're probably already in trouble.
-mike On Sun, Feb 20, 2011 at 4:33 PM, Mark Struberg <[email protected]> wrote: > Hi folks! > > Just recognized that all our generated (via PCEnhancer) > serialisation/externalisation methods are _not_ synchronized. But usually > they should be, isn't? > > LieGrue, > strub > > > > > >
