Interface EncoderIds
-
@Deprecated public interface EncoderIds
Deprecated.since 12.1, to be removed in a future version.- Since:
- 9.2
-
-
Field Summary
Fields Modifier and Type Field Description static shortBINARYDeprecated.static shortGENERIC_MARSHALLERDeprecated.Since 11.0, will be removed in 14.0.static shortGLOBAL_MARSHALLERDeprecated.Since 11.0, will be removed with ISPN-9622static shortIDENTITYDeprecated.static shortJAVA_SERIALIZATIONDeprecated.Since 11.0, will be removed in 14.0.static shortNO_ENCODERDeprecated.static shortUTF8Deprecated.
-
-
-
Field Detail
-
NO_ENCODER
static final short NO_ENCODER
Deprecated.- See Also:
- Constant Field Values
-
IDENTITY
static final short IDENTITY
Deprecated.- See Also:
- Constant Field Values
-
BINARY
static final short BINARY
Deprecated.- See Also:
- Constant Field Values
-
UTF8
static final short UTF8
Deprecated.- See Also:
- Constant Field Values
-
GLOBAL_MARSHALLER
@Deprecated static final short GLOBAL_MARSHALLER
Deprecated.Since 11.0, will be removed with ISPN-9622- See Also:
- Constant Field Values
-
GENERIC_MARSHALLER
@Deprecated static final short GENERIC_MARSHALLER
Deprecated.Since 11.0, will be removed in 14.0. Set the storage media type and use transcoding instead.- See Also:
- Constant Field Values
-
JAVA_SERIALIZATION
@Deprecated static final short JAVA_SERIALIZATION
Deprecated.Since 11.0, will be removed in 14.0. Set the storage media type and use transcoding instead.- See Also:
- Constant Field Values
-
-