Re: Serializing a Document (JAXP).
Posted By:
AlessandroA_Garbagnati
Posted On:
Monday, May 14, 2001 02:23 PM
Hi,
The reason why you are not able to serialize a Document object it's, probably because org.w3c.dom.Document that extends org.w3c.dom.Node, does not implement java.io.Serializable.
You haven't posted your code, so it's hard to give you an alternative, but maybe you can think of pass the original XML unparsed file and have it parsed by the remote method.