Interface EncoderIds
-
public interface EncoderIds- Since:
- 9.2
-
-
Field Summary
Fields Modifier and Type Field Description static shortBINARYstatic shortGENERIC_MARSHALLERstatic shortGLOBAL_MARSHALLERstatic shortIDENTITYstatic shortJAVA_SERIALIZATIONstatic shortUTF8
-
-
-
Field Detail
-
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
-
-