Serializing XMLBeans Objects ---------------------------- Key: XMLBEANS-402 URL: https://issues.apache.org/jira/browse/XMLBEANS-402 Project: XMLBeans Issue Type: New Feature Reporter: Sidharth Singh Priority: Minor
I compiled a xsd file using the XmlBean, it generates many Document Interfaces and many Document Classes which implements those interfaces. So, whatever Document Interfaces are created, all extends java.lang.Object and implements org.apache.xmlbeans.XmlObject. XmlObject implements XmlTokenSource and XmlTokenSource in turn extends java.lang.Object. So, in this hiererchy you don't find any interface called java.io.Serializable. I am just retruning the webservice response to the client using the following PersPkgPolicyQuoteInqRsDocument.Factory.parse( resXml ).getPersPkgPolicyQuoteInqRs(); But since it is not serialized, I am not getting the desired output. -- 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: dev-unsubscr...@xmlbeans.apache.org For additional commands, e-mail: dev-h...@xmlbeans.apache.org