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
相關文章
相關標籤/搜索