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

org.infinispan.commons.dataconversion.EncoderIds Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
package org.infinispan.commons.dataconversion;

/**
 * @since 9.2
 */
public interface EncoderIds {

   short IDENTITY = 1;
   short BINARY = 2;
   short UTF8 = 3;
   short GLOBAL_MARSHALLER = 4;
   short GENERIC_MARSHALLER = 5;
   short JAVA_SERIALIZATION = 6;
   short COMPAT = 7;
   short MEMCACHED_COMPAT = 8;
   short PROTOSTREAM_COMPAT = 9;
   short JAVA_COMPAT = 10;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy