Python __slots__类如何使用cpickle进行序列化和反序列化
重写__slots__类的__getstate__(返回值是实际要pickle的东西)和__setstate__(参数是__getstate__的返回值,可以用它重建你的对象)方法