Shameera Rathnayaka created AXIS2-5513:
------------------------------------------

             Summary: Decouple google-gson from JSON xml stream basae approach 
using JSR 353(Java api to JSON )processing)
                 Key: AXIS2-5513
                 URL: https://issues.apache.org/jira/browse/AXIS2-5513
             Project: Axis2
          Issue Type: Improvement
          Components: json
    Affects Versions: 1.7.0
            Reporter: Shameera Rathnayaka
            Assignee: Shameera Rathnayaka
             Fix For: 1.7.0


Currently newly added JSON XML Stream API base approach, tightly couple with 
google-gson. Decoupling google-gson from this would make more extensible to use 
other JSON Stream APIs(like Jakson). Here we can use factory method pattern to 
create JSON XMLStreamReaders/writers . And we can provide an api(this will be 
JSR 353-Java API for JSON processing) to implement Gson, Jakson or any other 
Json Stream support api to write the logic under that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to