StackOverflow 文档 Java Language 教程 非访问修饰符 短暂的 短暂的 Created: November-22, 2018 在对象序列化期间,不会将声明为 transient 的变量序列化。 public transient int limit = 55; // will not persist public int b; // will persist 同步