Uses of Interface
org.infinispan.commons.marshall.Marshaller
Packages that use Marshaller
Package
Description
Provides Infinispan-specific input and output streams, buffers and related utilities.
Commons package providing various utility classes
-
Uses of Marshaller in org.infinispan.commons.dataconversion
Methods in org.infinispan.commons.dataconversion with parameters of type MarshallerModifier and TypeMethodDescriptionvoidBinaryTranscoder.overrideMarshaller(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.infinispan.commons.dataconversion with parameters of type MarshallerModifierConstructorDescriptionBinaryTranscoder(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.DefaultTranscoder(Marshaller marshaller) TranscoderMarshallerAdapter(Marshaller marshaller) -
Uses of Marshaller in org.infinispan.commons.marshall
Classes in org.infinispan.commons.marshall that implement MarshallerModifier and TypeClassDescriptionclassAbstract Marshaller implementation containing shared implementations.classA marshaller that does not transform the content, only applicable to byte[] payloads.classA ProtoStreamMarshallerimplementation that uses Protobuf encoding.classStandard Java serialization marshaller.classProvides the starting point for implementing aMarshallerthat uses Protobuf encoding.classfinal class -
Uses of Marshaller in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return MarshallerModifier and TypeMethodDescriptionstatic MarshallerUtil.getJBossMarshaller(ClassLoader classLoader, ClassAllowList classAllowList)