I\'m trying to deserialize an xml string with SimpleXML, i\'ve looked at their examples but i\'m not really sure that wether i grasp the concept or not.
Sample XML (
@Element( required=false) private String language;
Add this in your Item class and generate the getter and setter.I think it should work