----- Original Message ----- > I want to serialize an object, part of which contains an XPath object > (org.dom4j.xpath.DefaultXPath) which does not implement the serializable > interface. Short of my modifying the source (now and future releases) > are there any other options available to me?
You could always just serialize the String of the XPath expression. Though we should make XPath objects Serializable though. James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
