public class GenericFastJsonRedisSerializer extends Object implements org.springframework.data.redis.serializer.RedisSerializer<Object>
RedisSerializer
FastJson Generic ImplConstructor and Description |
---|
GenericFastJsonRedisSerializer() |
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.SerializationException
public 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.SerializationException
Copyright © 2012–2022 Alibaba Group. All rights reserved.