Class FastJson2RedisSerializer<T>
java.lang.Object
com.codeupsoft.component.redis.autoconfigure.FastJson2RedisSerializer<T>
- Type Parameters:
T- 序列化对象类型
- All Implemented Interfaces:
org.springframework.data.redis.serializer.RedisSerializer<T>
public class FastJson2RedisSerializer<T>
extends Object
implements org.springframework.data.redis.serializer.RedisSerializer<T>
Redis使用FastJson2序列化器.
- Author:
- ruoyi, Liu,Dongdong
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.serializer.RedisSerializer
canSerialize, getTargetType
-
Field Details
-
DEFAULT_CHARSET
-
-
Constructor Details
-
FastJson2RedisSerializer
-
-
Method Details
-
serialize
-
deserialize
-