public class GenericFastJsonRedisSerializer extends Object implements org.springframework.data.redis.serializer.RedisSerializer<Object>
Compatible fastjson 1.2.x
RedisSerializer| Constructor and Description |
|---|
GenericFastJsonRedisSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(byte[] bytes) |
byte[] |
serialize(Object object) |
public byte[] serialize(Object object) throws org.springframework.data.redis.serializer.SerializationException
serialize in interface org.springframework.data.redis.serializer.RedisSerializer<Object>org.springframework.data.redis.serializer.SerializationExceptionpublic Object deserialize(byte[] bytes) throws org.springframework.data.redis.serializer.SerializationException
deserialize in interface org.springframework.data.redis.serializer.RedisSerializer<Object>org.springframework.data.redis.serializer.SerializationExceptionCopyright © 2022 Alibaba Group. All rights reserved.