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