springboot出现“Attempted to serialize java.lang.Class: org.hibernate.proxy.HibernateProxy. Forgot to register a type adapter?”
查看百度,只发现一种解决办法:Hibernate使用Gson报错:Attempted to serialize java.lang.Class: org.hibernate.proxy.HibernateProxy解决方案.
通过反复DEBUG,查看源码,找到了另外一种解决方案:
假设我们需要将一实体类转化为Json,我们只需让其实现序列化,implements Serializable,嗯,就是这么简单。
记录一下自己走过的坑。
springboot出现“org.hibernate.proxy.HibernateProxy. Forgot to register a type adapter?“的解决办法
最新推荐文章于 2023-11-28 16:11:14 发布