FastJson反序列化为何用TypeReference

泛型序列化非TypeReference code:java public static void main(String[] args) { Map<String, Person> map = new HashMap<>(16); map.put("one", new Person("zhangsan")); map.put("two", new P
相关文章
相关标签/搜索