Class CompatibilityProtoStreamMarshaller

  • All Implemented Interfaces:
    Marshaller

    public class CompatibilityProtoStreamMarshaller
    extends BaseProtoStreamMarshaller
    A per EmbeddedCacheManager marshaller that should be used as compatibility mode marshaller in server. An instance cannot be shared between multiple cache managers.
    Since:
    6.0
    Author:
    anistor@redhat.com
    • Constructor Detail

      • CompatibilityProtoStreamMarshaller

        public CompatibilityProtoStreamMarshaller()
    • Method Detail

      • getSerializationContext

        protected org.infinispan.protostream.SerializationContext getSerializationContext()
        Description copied from class: BaseProtoStreamMarshaller
        Subclasses must implement this method in order to provide a way to lookup the SerializationContext
        Specified by:
        getSerializationContext in class BaseProtoStreamMarshaller
        Returns:
        the SerializationContext instance to use