I\'m currently writing an RSS feed parser in Java utilizing Gson. I\'m converting the RSS\' XML into JSON, and then subsequently using Gson to deserialize the JSON into Java
Make it as Object Class instead of Other Class Type and Type cast according to the call
// RSSFeedItem.java private Object guid;