public byte[] serialize(Object t) throws org.springframework.data.redis.serializer.SerializationException
serialize 在接口中 org.springframework.data.redis.serializer.RedisSerializer<Object>t - 对象org.springframework.data.redis.serializer.SerializationException - 序列化异常public Object deserialize(byte[] bytes) throws org.springframework.data.redis.serializer.SerializationException
deserialize 在接口中 org.springframework.data.redis.serializer.RedisSerializer<Object>bytes - 字节数组org.springframework.data.redis.serializer.SerializationException - 序列化异常Copyright © 2022. All rights reserved.