StackOverflow 文件 Java Language 教程 非訪問修飾符 短暫的 短暫的 Created: November-22, 2018 在物件序列化期間,不會將宣告為 transient 的變數序列化。 public transient int limit = 55; // will not persist public int b; // will persist 同步