Interface EncoderIds
-
public interface EncoderIds- Since:
- 9.2
-
-
Field Summary
Fields Modifier and Type Field Description static shortBINARYstatic shortCOMPATstatic shortGENERIC_MARSHALLERstatic shortGLOBAL_MARSHALLERstatic shortIDENTITYstatic shortJAVA_COMPATstatic shortJAVA_SERIALIZATIONstatic shortMEMCACHED_COMPATstatic shortNO_ENCODERstatic shortUTF8static shortUTF8_COMPAT
-
-
-
Field Detail
-
NO_ENCODER
static final short NO_ENCODER
- See Also:
- Constant Field Values
-
IDENTITY
static final short IDENTITY
- See Also:
- Constant Field Values
-
BINARY
static final short BINARY
- See Also:
- Constant Field Values
-
UTF8
static final short UTF8
- See Also:
- Constant Field Values
-
GLOBAL_MARSHALLER
static final short GLOBAL_MARSHALLER
- See Also:
- Constant Field Values
-
GENERIC_MARSHALLER
static final short GENERIC_MARSHALLER
- See Also:
- Constant Field Values
-
JAVA_SERIALIZATION
static final short JAVA_SERIALIZATION
- See Also:
- Constant Field Values
-
COMPAT
static final short COMPAT
- See Also:
- Constant Field Values
-
MEMCACHED_COMPAT
static final short MEMCACHED_COMPAT
- See Also:
- Constant Field Values
-
JAVA_COMPAT
static final short JAVA_COMPAT
- See Also:
- Constant Field Values
-
UTF8_COMPAT
static final short UTF8_COMPAT
- See Also:
- Constant Field Values
-
-