fastjson基础知识构建一个Student类进行序列化与反序列化的认识。
public class Student {
public String name;
private int number;
privat
2023-03-19