Interface MarshallingTwoWayKey2StringMapper

All Superinterfaces:
Key2StringMapper, TwoWayKey2StringMapper
All Known Implementing Classes:
WrappedByteArrayOrPrimitiveMapper

public interface MarshallingTwoWayKey2StringMapper extends TwoWayKey2StringMapper
MarshallingTwoWayKey2StringMapper.
Since:
5.2
Author:
Tristan Tarrant
  • Method Details

    • setMarshaller

      @Deprecated(forRemoval=true, since="10.0") default void setMarshaller(org.infinispan.commons.marshall.StreamingMarshaller marshaller)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 10.0, use setMarshaller(Marshaller) instead
    • setMarshaller

      default void setMarshaller(org.infinispan.commons.marshall.Marshaller marshaller)