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.org.infinispan.persistence Persistence API.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of StreamingMarshaller in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement StreamingMarshaller Modifier and Type Class Description class
AbstractDelegatingMarshaller
With 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 StreamingMarshaller
AbstractDelegatingMarshaller. 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 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 StreamingMarshaller in org.infinispan.persistence
Methods in org.infinispan.persistence that return StreamingMarshaller Modifier and Type Method Description StreamingMarshaller
InitializationContextImpl. getMarshaller()
-
Uses of StreamingMarshaller in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return StreamingMarshaller Modifier and Type Method Description StreamingMarshaller
InitializationContext. getMarshaller()
Deprecated.useInitializationContext.getPersistenceMarshaller()
instead
-