Serialize : 將Java Object 轉換成json; Deserialize : 將json 轉換成Java Object ... public class User { private int id; private String name; ...
確定! 回上一頁