<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Markus&#039; Blog - gson tag</title>
  <link>http://www.tower-net.de:80/blog/tags/gson/</link>
  <description>Frenzied programming..., tech..., climbing..., sports..., mountain..., nature... and futile notes</description>
  <language>en</language>
  <copyright>Markus Kolb</copyright>
  <lastBuildDate>Wed, 20 Jul 2011 18:43:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://www.tower-net.de/blog/favicon.ico</url>
    <title>Markus&#039; Blog</title>
    <link>http://www.tower-net.de:80/blog/</link>
  </image>
  
  
  <item>
    <title>Use Gson to convert between JSON and Java objects</title>
    <link>http://www.tower-net.de:80/blog/2009/10/18/1255825680000.html</link>
    
      
        <description>
          It is really a simple and fast solution to use &lt;a href=&#034;http://code.google.com/p/google-gson/&#034;&gt;google-gson&lt;/a&gt; to convert Java objects with primitives to &lt;a href=&#034;http://www.json.org/&#034;&gt;JSON&lt;/a&gt; and back. &lt;br /&gt;
A call to &lt;em&gt;new Gson().toJson(primitiveObj)&lt;/em&gt; is all you need.&lt;br /&gt;
There&#039;s also a Maven repository for easy integration in your project.&lt;br /&gt;
Try it out before you fiddle around with your own object converter!
        </description>
      
      
    
    
    
    <category>programming</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/10/18/1255825680000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/10/18/1255825680000.html</guid>
    <pubDate>Sun, 18 Oct 2009 00:28:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>

