Hi, Could someone please tell me if the current DOM/HTML DOM implementation in xerces-J2.0.1 serializable? If yes, could you please explain to me the following exception? If not, could you please tell me what I need to do to make the DOM serializable?
Thanks. Sam I got the following exception when I try to serialize a DOM to an ObjectOutputStream. java.io.NotSerializableException: org.apache.html.dom.HTMLCollectionImpl at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1054) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1330) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1302) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]