Package org.redisson.codec
Class MarshallingCodec
java.lang.Object
org.redisson.client.codec.BaseCodec
org.redisson.codec.MarshallingCodec
- All Implemented Interfaces:
Codec
Deprecated.
JBoss Marshalling codec.
Uses River protocol by default.
https://github.com/jboss-remoting/jboss-marshalling
- Author:
- Nikita Koksharov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.static enumDeprecated. -
Field Summary
Fields inherited from class org.redisson.client.codec.BaseCodec
SKIPPED_CODECS -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.MarshallingCodec(ClassLoader classLoader) Deprecated.MarshallingCodec(ClassLoader classLoader, MarshallingCodec codec) Deprecated.MarshallingCodec(MarshallingCodec.Protocol protocol, org.jboss.marshalling.MarshallingConfiguration configuration) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jboss.marshalling.MarshallingConfigurationDeprecated.Deprecated.Returns class loader object used to load classes used in decoding processDeprecated.Returns object decoder used for any objects stored Redis structure except HMAPDeprecated.Returns object encoder used for any objects stored Redis structure except HMAPMethods inherited from class org.redisson.client.codec.BaseCodec
copy, getMapKeyDecoder, getMapKeyEncoder, getMapValueDecoder, getMapValueEncoder, toString
-
Constructor Details
-
MarshallingCodec
public MarshallingCodec()Deprecated. -
MarshallingCodec
Deprecated. -
MarshallingCodec
Deprecated. -
MarshallingCodec
public MarshallingCodec(MarshallingCodec.Protocol protocol, org.jboss.marshalling.MarshallingConfiguration configuration) Deprecated.
-
-
Method Details
-
createConfig
protected org.jboss.marshalling.MarshallingConfiguration createConfig()Deprecated. -
getValueDecoder
Deprecated.Description copied from interface:CodecReturns object decoder used for any objects stored Redis structure except HMAP- Returns:
- decoder
-
getValueEncoder
Deprecated.Description copied from interface:CodecReturns object encoder used for any objects stored Redis structure except HMAP- Returns:
- encoder
-
getClassLoader
Deprecated.Description copied from interface:CodecReturns class loader object used to load classes used in decoding process- Specified by:
getClassLoaderin interfaceCodec- Overrides:
getClassLoaderin classBaseCodec- Returns:
- class loader
-