Serialization works the other way around in Cayenne - DataContext
serializes and deserializes its objects. Making context transient allows
to avoid double serialization (Craig Miskell, who implemented this code
may, correct me if I am wrong).
So if Visit's DataContext is serialized, all objects should be restored
properly (see DataContext.readObject()).
Andrus
> Hi Andrus,
>
> I found CayenneDataObject declares dataContext as transient, i.e.
>
> protected transient DataContext dataContext;
>
> Because of this Tapestry didn't serialize dataContext.
>
> Any special reason to dataContext is transient?
>
> Regards
>
> David
This archive was generated by hypermail 2.0.0 : Wed Feb 19 2003 - 13:33:02 EST