Class CacheRpcCommandExternalizer

  • All Implemented Interfaces:
    Serializable, org.infinispan.commons.marshall.AdvancedExternalizer<CacheRpcCommand>, org.infinispan.commons.marshall.Externalizer<CacheRpcCommand>

    public final class CacheRpcCommandExternalizer
    extends org.infinispan.commons.marshall.AbstractExternalizer<CacheRpcCommand>
    Externalizer in charge of marshalling cache specific commands. At read time, this marshaller is able to locate the right cache marshaller and provide it any externalizers implementations that follow.
    Since:
    5.1
    Author:
    Galder ZamarreƱo
    See Also:
    Serialized Form