Interface RedisElementReader<T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RedisElementReader<T>
Strategy interface that specifies a deserializer that can deserialize a binary element representation stored in Redis into an object.
Since:
2.0
Author:
Mark Paluch, Christoph Strobl