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.jboss.marshalling.commons Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. -
-
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
ProtoStreamMarshaller
Provides the starting point for implementing aMarshaller
that uses Protobuf encoding.class
StringMarshaller
class
UTF8StringMarshaller
-
Uses of AbstractMarshaller in org.infinispan.jboss.marshalling.commons
Subclasses of AbstractMarshaller in org.infinispan.jboss.marshalling.commons Modifier and Type Class Description class
AbstractJBossMarshaller
Deprecated.since 11.0.class
GenericJBossMarshaller
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.
-