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 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 classAbstractJBossMarshallerCommon parent for both embedded and standalone JBoss Marshalling-based marshallers.classGenericJBossMarshallerA 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 StreamingMarshallerInitializationContextImpl. getMarshaller() -
Uses of StreamingMarshaller in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return StreamingMarshaller Modifier and Type Method Description StreamingMarshallerInitializationContext. getMarshaller()Deprecated.useInitializationContext.getPersistenceMarshaller()instead
-