userLog.setUser(user);
user.getUserLogs().add(userLog);
SerializeConfig mapping = new SerializeConfig();
mapping.put(java.sql.Date.class, new SimpleDateFormatSerializer("yyyy-MM-dd"));
mapping.put(java.sql.Timestamp.class, new SimpleDateFormatSerializer("yyyy-MM-dd HH:mm:ss"));
// mapping.put(User.class, new JavaBeanSerializer(User.class,
// Collections.singletonMap("id", "uid")));
JSONObject jsonObject = (JSONObject) JSON.toJSON(user);
jsonObject.put("ext", "新加的属性");