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

io.ebean.redis.encode.Encode Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.redis.encode;

public interface Encode {

  byte[] encode(Object value);

  Object decode(byte[] data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy