public class JsonRedisSerializer<T> extends Object implements org.springframework.data.redis.serializer.RedisSerializer<T>
JsonRedisSerializer(Class<T> type)
T
deserialize(byte[] bytes)
byte[]
serialize(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
byteArray, canSerialize, getTargetType, java, java, json, string
public JsonRedisSerializer(Class<T> type)
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 © 2021 Pivotal Software, Inc.. All rights reserved.