Uses of Interface
org.infinispan.commons.marshall.StreamingMarshaller
-
Packages that use StreamingMarshaller 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 StreamingMarshaller in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement StreamingMarshaller Modifier and Type Class Description classAbstractDelegatingMarshallerWith the introduction of global and cache marshallers, there's a need to separate marshallers but still rely on the same marshalling backend as previously.Fields in org.infinispan.commons.marshall declared as StreamingMarshaller Modifier and Type Field Description protected StreamingMarshallerAbstractDelegatingMarshaller. marshaller -
Uses of StreamingMarshaller in org.infinispan.jboss.marshalling.commons
Classes in org.infinispan.jboss.marshalling.commons that implement StreamingMarshaller Modifier and Type Class Description classAbstractJBossMarshallerDeprecated.since 11.0.classGenericJBossMarshallerA marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.
-