修正非通用泛型情况下序列化json减少强转.
https://github.com/baomidou/mybatis-plus/issues/6079
This commit is contained in:
parent
d8fb223c6b
commit
2f67d16b92
@ -50,6 +50,6 @@ public interface IJsonTypeHandler<T> {
|
||||
* @param obj 对象信息
|
||||
* @return json字符串
|
||||
*/
|
||||
String toJson(Object obj);
|
||||
String toJson(T obj);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user