You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Scott Sanders <ss...@nextance.com> on 2002/04/23 23:05:05 UTC

[PATCH] Java Serialization of DOM Part 1

Attached is the first part of the serialization giving me fits.

I am working on a simple test case, but have not yet got it to fail.  I
need to continue to work on it so that it is a valid test case.

Thanks,
Scott Sanders



Re: [PATCH] Java Serialization of DOM Part 1

Posted by Arnaud Le Hors <le...@us.ibm.com>.
I'm puzzled by this one:

-class NodeListCache {
+class NodeListCache implements Serializable {

As its name suggests this is a cache object and all members of this type
are already declared as transient, so I don't see why this is needed.
Not that it really hurts, but I'm curious to know why you had to add
this.
-- 
Arnaud  Le Hors - IBM, XML Standards Strategy Group / W3C AC Rep.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org