I'm researching the use case of persisting my Java domain object into Redis DB and found Johm as an interesting serialization mechanism and a seeming alternative(?) to. Spring's own JdkSerializationRedisSerializer.
Could someone please give me a sample(s) of how Johm library could be integrated with Spring and used for saving and searching POJOs vs. the same via JdkSerializationRedisSerializer? There doesn't seem to be many examples of usages for both.
Thank you in advance.
Simeon
Could someone please give me a sample(s) of how Johm library could be integrated with Spring and used for saving and searching POJOs vs. the same via JdkSerializationRedisSerializer? There doesn't seem to be many examples of usages for both.
Thank you in advance.
Simeon