springcloud项目,本地服务调用feign外部服务,需要给参数对象序列化吗?为什么?

图片说明

如图:TestEntity这个对象需要序列化吗?为什么?

我之前用的是serialVersionUID,我觉得可能和性能有关。没有这个运行也没啥问题。

springboot 会自动序列化