237238239240241242243244245246247
} tmp = ser.tryUnmarshall(state, param[0], jso.get(field)); if (m == null) { m = tmp; } else { m = m.max(tmp); } } catch (UnmarshallException e) { throw new UnmarshallException("bean " + clazz.getName() + " " + e.getMessage()); } } else {
246247248249250251252253254255256
} } else { mismatch++; } } return m.max(new ObjectMatch(mismatch)); } public Object unmarshall(SerializerState state, Class clazz, Object o) throws UnmarshallException { JSONObject jso = (JSONObject) o; BeanData bd;