Re: serialization issue - SOLVED

From: Tomi NA (hefes..mail.com)
Date: Sat May 20 2006 - 06:37:16 EDT

  • Next message: Marek Wawrzyczny: "Cayenne 3T - Swing GUI - high memory usage"

    On 5/20/06, Tomi NA <hefes..mail.com> wrote:

    > > private Object readResolve() throws ObjectStreamException {
    > > DataContext dc = DataContext.getThreadDataContext();
    > > return dc == null ? this : dc.localObject(getObjectId(), this);
    > > }

    This was the problem, right here: in all the confusion, I left the
    readResolve access modifier as "private". Changing it to "protected"
    makes a world of difference. :)
    Thanks for the guidance, Andrus.

    t.n.a.



    This archive was generated by hypermail 2.0.0 : Sat May 20 2006 - 06:37:44 EDT