|
Spring Data Key-Value | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RedisSerializer<T> | Basic interface serialization and deserialization of Objects to byte arrays (binary data). |
Class Summary | |
---|---|
GenericToStringSerializer<T> | Generic String to byte[] (and back) serializer. |
JacksonJsonRedisSerializer<T> | RedisSerializer that can read and write JSON using Jackson's ObjectMapper . |
JdkSerializationRedisSerializer | Java Serialization Redis serializer. |
OxmSerializer | Serializer adapter on top of Spring's O/X Mapping. |
StringRedisSerializer | Simple String to byte[] (and back) serializer. |
Exception Summary | |
---|---|
SerializationException | Generic exception indicating a serialization/deserialization error. |
Serialization/Deserialization package for converting Object to (and from) binary data.
|
Spring Data Key-Value | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |