transient
transient是类型修饰符,只能用来修饰字段。在对象序列化的过程中,标记为transient的字段不会被序列化。
volatile
详见转赞博客
http://www.cnblogs.com/dolphin0520/p/3920373.html
transient
transient是类型修饰符,只能用来修饰字段。在对象序列化的过程中,标记为transient的字段不会被序列化。
volatile
详见转赞博客
http://www.cnblogs.com/dolphin0520/p/3920373.html