java类属性禁止序列化

使用transient修饰

比如:

transient public String msg

原文地址:https://www.cnblogs.com/hzcya1995/p/13311115.html