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

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



Lars Martin wrote:
> 
> Michael,
> 
> do you have a patch that a commiter can apply?

I don't know much about the serialization scheme of Ozone.
I only changed

final class ElementListImpl implements NodeList {

to

final class ElementListImpl implements NodeList, java.util.Serializable
{

and it seems to work.
Michael Keuchen