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 TypeMethodDescriptionstatic byte[]StandardConversions.convertJavaToOctetStream(Object source, MediaType sourceMediaType, Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.Since 13.0, with no replacement.static ObjectStandardConversions.convertOctetStreamToJava(byte[] source, MediaType destination, Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.Since 13.0, without replacement.voidBinaryTranscoder.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) GlobalMarshallerEncoder(Marshaller globalMarshaller) Deprecated, for removal: This API element is subject to removal in a future version.MarshallerEncoder(Marshaller marshaller) Deprecated, for removal: This API element is subject to removal in a future version.TranscoderMarshallerAdapter(Marshaller marshaller) -
Uses of Marshaller in org.infinispan.commons.marshall
Subinterfaces of Marshaller in org.infinispan.commons.marshallModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.for internal use onlyClasses 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)