public interface EncoderIds
Modifier and Type | Field and Description |
---|---|
static short |
BINARY |
static short |
GENERIC_MARSHALLER
Deprecated.
Since 11.0, will be removed in 14.0. Set the storage media type and use transcoding instead.
|
static short |
GLOBAL_MARSHALLER
Deprecated.
Since 11.0, will be removed with ISPN-9622
|
static short |
IDENTITY |
static short |
JAVA_SERIALIZATION
Deprecated.
Since 11.0, will be removed in 14.0. Set the storage media type and use transcoding instead.
|
static short |
NO_ENCODER |
static short |
UTF8 |
static final short NO_ENCODER
static final short IDENTITY
static final short BINARY
static final short UTF8
@Deprecated static final short GLOBAL_MARSHALLER
@Deprecated static final short GENERIC_MARSHALLER
@Deprecated static final short JAVA_SERIALIZATION
Copyright © 2021 JBoss by Red Hat. All rights reserved.