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 default void setMarshaller(org.infinispan.commons.marshall.StreamingMarshaller marshaller)
      Deprecated.
      since 10.0, use setMarshaller(Marshaller) instead
    • setMarshaller

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