Class GenericFastJsonRedisSerializer
java.lang.Object
com.alibaba.fastjson2.support.spring6.data.redis.GenericFastJsonRedisSerializer
- All Implemented Interfaces:
org.springframework.data.redis.serializer.RedisSerializer<Object>
-
Constructor Summary
ConstructorsConstructorDescriptionGenericFastJsonRedisSerializer(boolean jsonb) GenericFastJsonRedisSerializer(String[] acceptNames) GenericFastJsonRedisSerializer(String[] acceptNames, boolean jsonb) -
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
-
Constructor Details
-
GenericFastJsonRedisSerializer
public GenericFastJsonRedisSerializer() -
GenericFastJsonRedisSerializer
-
GenericFastJsonRedisSerializer
-
GenericFastJsonRedisSerializer
public GenericFastJsonRedisSerializer(boolean jsonb)
-
-
Method Details
-
serialize
-
deserialize
-