[
https://issues.apache.org/jira/browse/XMLBEANS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678875#action_12678875
]
Cezar Andrei commented on XMLBEANS-402:
---------------------------------------
Sidharth, please use the mailing lists: user or dev @xmlbeans.apache.org for
questions or issues already discussed on mailing lists.
JIRA is used only for tracking real bugs and new feature requests.
Thank you,
XMLBeans dev team.
> 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: [email protected]
For additional commands, e-mail: [email protected]