コード例 #1
0
ファイル: EventFragment.java プロジェクト: mnmhouse/szu
 @Override
 protected EventList parseList(InputStream is) throws Exception {
   EventList list = XmlUtils.toBean(EventList.class, is);
   return list;
 }
コード例 #2
0
 @Override
 protected TeamActives parseList(InputStream is) throws Exception {
   TeamActives list = XmlUtils.toBean(TeamActives.class, is);
   return list;
 }