java类属性禁止序列化

使用transient修饰

比如:

transient public String msg

原文地址:https://www.cnblogs.com/luleiitlife/p/8545096.html