[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch Available? [was: Re: ElementListImpl not serializable?]



Sorry,
this is still not working:
ElementListImpl needs a no-argument constructor for deserialization.

    public ElementListImpl()
    { super(); }

is enough.

Michael Keuchen