您必须在区域的ArrayList上放置required = false,XML的某些页面没有区域
@Rootpublic class Page { @Attribute String src; @Attribute String id; @Attribute String thumbnail; @ElementList (required=false) public ArrayList<Area> areas;}
您必须在区域的ArrayList上放置required = false,XML的某些页面没有区域
@Rootpublic class Page { @Attribute String src; @Attribute String id; @Attribute String thumbnail; @ElementList (required=false) public ArrayList<Area> areas;}