Uses of Class
org.infinispan.commons.marshall.AbstractMarshaller
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
-
Uses of AbstractMarshaller in org.infinispan.commons.marshall
Modifier and TypeClassDescriptionclass
A marshaller that does not transform the content, only applicable to byte[] payloads.class
A ProtoStreamMarshaller
implementation that uses Protobuf encoding.class
Standard Java serialization marshaller.class
Provides the starting point for implementing aMarshaller
that uses Protobuf encoding.class
final class
-
Uses of AbstractMarshaller in org.infinispan.jboss.marshalling.commons
Modifier and TypeClassDescriptionclass
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.final class
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects. -
Uses of AbstractMarshaller in org.infinispan.jboss.marshalling.core
Modifier and TypeClassDescriptionclass
A JBoss Marshalling based marshaller that is oriented at internal, embedded, Infinispan usage.class
An extension of theJBossMarshaller
that loads user definedExternalizer
implementations.