}
protected JSONObjectMapping mapClass(Class<?> clazz) throws JSONException {
JSONObjectFieldMapping json_fm;
JSON json;
JSONIgnore ignore;
JSONObjectMapping json_om = JSONObjectMapping.getObjectMapping();
classMappings.put( clazz.getName(), json_om );
Constructor<?> constructor = null;