示例#1
0
 private boolean hasSerializeSupport(JType type) {
   if (hasSerializeSupport.contains(type)) {
     return true;
   } else {
     return previousBundle != null && previousBundle.hasSerializeSupport(type);
   }
 }