Class MarshallerEncoder
java.lang.Object
org.infinispan.commons.dataconversion.MarshallerEncoder
- All Implemented Interfaces:
Encoder
- Direct Known Subclasses:
GlobalMarshallerEncoder,JavaSerializationEncoder
Deprecated.
Since 12.1, to be removed in a future version.
Encoder that uses a
StreamingMarshaller to convert objects to byte[] and back.- Since:
- 9.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromStorage(Object stored) Deprecated.Convert from storage format to the read/write format.booleanDeprecated.protected byte[]Deprecated.Deprecated.Convert data in the read/write format to the storage format.protected Objectunmarshall(byte[] source) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.dataconversion.Encoder
getStorageFormat, id
-
Constructor Details
-
MarshallerEncoder
Deprecated.
-
-
Method Details
-
toStorage
Deprecated.Description copied from interface:EncoderConvert data in the read/write format to the storage format. -
fromStorage
Deprecated.Description copied from interface:EncoderConvert from storage format to the read/write format.- Specified by:
fromStoragein interfaceEncoder- Parameters:
stored- data as stored in the cache, never null.- Returns:
- data in the read/write format
-
isStorageFormatFilterable
public boolean isStorageFormatFilterable()Deprecated.- Specified by:
isStorageFormatFilterablein interfaceEncoder- Returns:
- if true, will perform stream and related operation in the storage format.
-
unmarshall
Deprecated.- Throws:
IOExceptionClassNotFoundException
-
marshall
Deprecated.- Throws:
IOExceptionInterruptedException
-