Make HTMLCollectionImpl serializable
------------------------------------

                 Key: XERCESJ-1386
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1386
             Project: Xerces2-J
          Issue Type: Bug
          Components: DOM (HTML)
    Affects Versions: 2.9.0
            Reporter: Johannes Koch


All HTML element implementations extend org.apache.xerces.dom.NodeImpl, which 
implements java.io.Serializable. Some HTML element implementations contain 
instance variables of type org.apache.html.dom.HTMLCollectionImpl, which does 
not implement java.io.Serializable. So these HTML element implementations are 
in fact not serializable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to