java.lang.UnsupportedOperationException: Attempted to serialize java.lang.Class: xxx. Forgot to register a type adapter?
Map<String, Object> hashMap = new PropertyUtilsBean().describe(this); c = Charge.create(hashMap);
使用PropertyUtilsBean将javabean转换成map之后调用create报错