All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bingoohuang.springrediscache.ValueSerializable Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.springrediscache;

import java.lang.reflect.Method;

public interface ValueSerializable {
    String serialize(T value);

    T deserialize(String redisValue, Method method);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy