VOOZH about

URL: https://www.javacodegeeks.com/tag/xstream

⇱ XStream Archives - Java Code Geeks


  • Core Java👁 Image
    Anirudh BhatnagarJuly 17th, 2014
    1 363

    Converting JSON to XML to Java Objects using XStream

    XStream library can be an effective tool for converting JSON to Java to XML translations to and fro. Lets explore…

    Read More »
  • Enterprise Java👁 Image
    Tomasz DziurkoApril 25th, 2013
    0 821

    XStream – XStreamely easy way to work with XML data in Java

    From time to time there is a moment when we have to deal with XML data. And most of the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivJanuary 21st, 2013
    0 193

    Testing REST with multiple MIME types

    1. Overview This article will focus on testing a RESTful Service with multiple Media Types/representations. This is the tenth of…

    Read More »
Back to top button
Close