Class GlobalMarshallerEncoder
- java.lang.Object
-
- org.infinispan.commons.dataconversion.MarshallerEncoder
-
- org.infinispan.commons.dataconversion.GlobalMarshallerEncoder
-
- All Implemented Interfaces:
Encoder
public class GlobalMarshallerEncoder extends MarshallerEncoder
Encoder that uses the GlobalMarshaller to encode/decode data.- Since:
- 9.2
-
-
Constructor Summary
Constructors Constructor Description GlobalMarshallerEncoder(Marshaller globalMarshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaType
getStorageFormat()
Returns theMediaType
produced by this encoder or null if the storage format is not known.short
id()
Each encoder is associated with an unique id in order to optimize serialization.-
Methods inherited from class org.infinispan.commons.dataconversion.MarshallerEncoder
fromStorage, isStorageFormatFilterable, marshall, toStorage, unmarshall
-
-
-
-
Constructor Detail
-
GlobalMarshallerEncoder
public GlobalMarshallerEncoder(Marshaller globalMarshaller)
-
-
Method Detail
-
getStorageFormat
public MediaType getStorageFormat()
Description copied from interface:Encoder
Returns theMediaType
produced by this encoder or null if the storage format is not known.
-
id
public short id()
Description copied from interface:Encoder
Each encoder is associated with an unique id in order to optimize serialization. Known ids are kept inEncoderIds
.- Returns:
- unique identifier for this encoder
-
-