Interface EncoderIds
-
public interface EncoderIds
- Since:
- 9.2
-
-
Field Summary
Fields Modifier and Type Field Description static short
BINARY
static short
GENERIC_MARSHALLER
static short
GLOBAL_MARSHALLER
static short
IDENTITY
static short
JAVA_SERIALIZATION
static short
UTF8
-
-
-
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
-
-