fastJson將字符串轉換成泛型對象

ApiResultTo<ClassA> res = JSON.parseObject(JSON.toJSONString(resultTo), new TypeReference<ApiResultTo<ClassA>>(){}); 即經過TypeReference便可實現從字符串到泛型對象的轉換,親測可用html
相關文章
相關標籤/搜索