Uses of Class
org.infinispan.commons.marshall.AbstractMarshaller
-
Packages that use AbstractMarshaller Package Description org.infinispan.client.hotrod.marshall 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.query.remote.client Hot Rod query API. -
-
Uses of AbstractMarshaller in org.infinispan.client.hotrod.marshall
Subclasses of AbstractMarshaller in org.infinispan.client.hotrod.marshall Modifier and Type Class Description class
ProtoStreamMarshaller
A marshaller that uses Protocol Buffers. -
Uses of AbstractMarshaller in org.infinispan.commons.marshall
Subclasses of AbstractMarshaller in org.infinispan.commons.marshall Modifier and Type Class Description class
IdentityMarshaller
A marshaller that does not transform the content, only applicable to byte[] payloads.class
JavaSerializationMarshaller
Standard Java serialization marshaller.class
StringMarshaller
class
UTF8StringMarshaller
-
Uses of AbstractMarshaller in org.infinispan.commons.marshall.jboss
Subclasses of AbstractMarshaller in org.infinispan.commons.marshall.jboss Modifier and Type Class Description class
AbstractJBossMarshaller
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.class
GenericJBossMarshaller
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects. -
Uses of AbstractMarshaller in org.infinispan.query.remote.client
Subclasses of AbstractMarshaller in org.infinispan.query.remote.client Modifier and Type Class Description class
BaseProtoStreamMarshaller
Provides the starting point for implementing aMarshaller
that uses Protobuf encoding.
-