Uses of Class
org.infinispan.commons.marshall.AbstractMarshaller
-
Packages that use AbstractMarshaller Package Description org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.org.infinispan.marshall.core org.infinispan.persistence.remote.upgrade org.infinispan.query.remote Server-side remote query components.org.infinispan.query.remote.client Hot Rod query API. -
-
Uses of AbstractMarshaller in org.infinispan.commons.marshall
Subclasses of AbstractMarshaller in org.infinispan.commons.marshall Modifier and Type Class Description classIdentityMarshallerA marshaller that does not transform the content, only applicable to byte[] payloads.classJavaSerializationMarshallerStandard Java serialization marshaller.classStringMarshallerclassUTF8StringMarshaller -
Uses of AbstractMarshaller in org.infinispan.commons.marshall.jboss
Subclasses of AbstractMarshaller in org.infinispan.commons.marshall.jboss Modifier and Type Class Description classAbstractJBossMarshallerCommon parent for both embedded and standalone JBoss Marshalling-based marshallers.classGenericJBossMarshallerA marshaller that makes use of JBoss Marshalling to serialize and deserialize objects. -
Uses of AbstractMarshaller in org.infinispan.marshall.core
Subclasses of AbstractMarshaller in org.infinispan.marshall.core Modifier and Type Class Description classJBossMarshallerA JBoss Marshalling based marshaller that is oriented at internal, embedded, Infinispan usage. -
Uses of AbstractMarshaller in org.infinispan.persistence.remote.upgrade
Subclasses of AbstractMarshaller in org.infinispan.persistence.remote.upgrade Modifier and Type Class Description classMigrationMarshallerMigrationMarshaller. -
Uses of AbstractMarshaller in org.infinispan.query.remote
Subclasses of AbstractMarshaller in org.infinispan.query.remote Modifier and Type Class Description classCompatibilityProtoStreamMarshallerA perEmbeddedCacheManagermarshaller that should be used as compatibility mode marshaller in server. -
Uses of AbstractMarshaller in org.infinispan.query.remote.client
Subclasses of AbstractMarshaller in org.infinispan.query.remote.client Modifier and Type Class Description classBaseProtoStreamMarshallerProvides the starting point for implementing aMarshallerthat uses Protobuf encoding.
-