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.jboss.marshalling.commons org.infinispan.persistence.remote.upgrade org.infinispan.query.remote.client Query client support classes. -
-
Uses of AbstractMarshaller in org.infinispan.client.hotrod.marshall
Subclasses of AbstractMarshaller in org.infinispan.client.hotrod.marshall Modifier and Type Class Description classProtoStreamMarshallerA client-side 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 classIdentityMarshallerA marshaller that does not transform the content, only applicable to byte[] payloads.classJavaSerializationMarshallerStandard Java serialization marshaller.classStringMarshallerclassUTF8StringMarshaller -
Uses of AbstractMarshaller in org.infinispan.jboss.marshalling.commons
Subclasses of AbstractMarshaller in org.infinispan.jboss.marshalling.commons with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller -
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.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.
-