public class KryoRedisSerializer<T> extends Object implements org.springframework.data.redis.serializer.RedisSerializer<T>
KryoRedisSerializer()
T
deserialize(byte[] bytes)
byte[]
serialize(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
java, java, json, string
public KryoRedisSerializer()
public byte[] serialize(T t) throws org.springframework.data.redis.serializer.SerializationException
serialize
org.springframework.data.redis.serializer.RedisSerializer<T>
org.springframework.data.redis.serializer.SerializationException
public T deserialize(byte[] bytes) throws org.springframework.data.redis.serializer.SerializationException
deserialize
Copyright © 2019. All rights reserved.