Class GenericFastJsonJSONBRedisSerializer

java.lang.Object
com.alibaba.fastjson2.support.spring.data.redis.GenericFastJsonRedisSerializer
com.alibaba.fastjson2.support.spring.data.redis.GenericFastJsonJSONBRedisSerializer
All Implemented Interfaces:
org.springframework.data.redis.serializer.RedisSerializer<Object>

@Deprecated public class GenericFastJsonJSONBRedisSerializer extends GenericFastJsonRedisSerializer
Deprecated.
Fastjson(JSONB) for Spring Data Redis Serializer(Generic implement).
Since:
2.0.3
Author:
Victor.Zxy
See Also:
  • Constructor Details

    • GenericFastJsonJSONBRedisSerializer

      public GenericFastJsonJSONBRedisSerializer()
      Deprecated.