Class FastJsonJSONBRedisSerializer<T>
java.lang.Object
com.alibaba.fastjson2.support.spring.data.redis.FastJsonRedisSerializer<T>
com.alibaba.fastjson2.support.spring.data.redis.FastJsonJSONBRedisSerializer<T>
- All Implemented Interfaces:
org.springframework.data.redis.serializer.RedisSerializer<T>
Deprecated.
Fastjson(JSONB) for Spring Data Redis Serializer.
- Since:
- 2.0.3
- Author:
- Victor.Zxy
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.alibaba.fastjson2.support.spring.data.redis.FastJsonRedisSerializer
deserialize, getFastJsonConfig, serializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.redis.serializer.RedisSerializer
canSerialize, getTargetType
-
Constructor Details
-
FastJsonJSONBRedisSerializer
Deprecated.
-
-
Method Details
-
setFastJsonConfig
Deprecated.- Overrides:
setFastJsonConfigin classFastJsonRedisSerializer<T>
-