!!!Simple XML [Java][XML] *http://simple.sourceforge.net/home.php !!!Tips !!デシアライズ時に要素を無視する *以下のようなエラー simpleframework.xml.core.ElementException: Element 'Another' does not have a match in class blah.blah.Blah at line 1 ::XML Used Not used ::POJO @Root(strict=false) class Root{ @Element private String element; }