org.springframework.data.redis.serializer.SerializationException: Cannot Serializable
Posted 程序员学富
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了org.springframework.data.redis.serializer.SerializationException: Cannot Serializable相关的知识,希望对你有一定的参考价值。
org.springframework.data.redis.serializer.SerializationException: Cannot Serializable。
这个错误提示是类没有序列化,启用redis缓存失败。处理方法:在对应的类实现序列化接口就可以了。
//Serializable 一个对象序列化的接口,一个类只有实现了Serializable接口,它的对象才能被序列化
public class 所用到的类名 implements Serializable {
}
以上是关于org.springframework.data.redis.serializer.SerializationException: Cannot Serializable的主要内容,如果未能解决你的问题,请参考以下文章
添加 HAL 浏览器时出错:找不到依赖项 'org.springframework.data:spring-data-rest-hal-browser:'
嵌套异常是 java.lang.NoClassDefFoundError: org/springframework/data/mapping/IdentifierAccessor
MongoDB $addFields 使用 org.springframework.data.mongodb.core.MongoTemplate
org.springframework.data.annotation.Transient 和 javax.persistence.Transient 的区别
@Transient 注解、@org.springframework.data.annotation.Transient 注解、transient 关键字和密码存储
org.springframework.data.redis.serializer.SerializationException: Cannot serialize; nested exception