[jira] [Created] (OFBIZ-9886) Deprecate XMLSerializer and refactor codebase to remove iti

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-9886) Deprecate XMLSerializer and refactor codebase to remove iti

Nicolas Malin (Jira)
Michael Brohl created OFBIZ-9886:
------------------------------------

             Summary: Deprecate XMLSerializer and refactor codebase to remove iti
                 Key: OFBIZ-9886
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9886
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: Trunk
            Reporter: Michael Brohl
            Assignee: Michael Brohl
            Priority: Minor


According to a notice in the class Javadoc, the class should be deprecated but there is no @deprecated annotation.

{code:java}
/**
 * XmlSerializer class. This class is deprecated - new code should use the
 * Java object marshalling/unmarshalling methods in <code>UtilXml.java</code>.
 *
 */
public class XmlSerializer...
{code}

If we decide to deprecate the class, I think we should
* add the deprecated annotiation to the class
* refactor the codebase to use UtilXML instead of XmlSerializer





--
This message was sent by Atlassian JIRA
(v6.4.14#64029)