Uses of Interface
org.infinispan.commons.marshall.Marshaller
-
Packages that use Marshaller Package Description org.infinispan.commons.dataconversion org.infinispan.commons.marshall Provides Infinispan-specific input and output streams, buffers and related utilities.org.infinispan.commons.util Commons package providing various utility classes -
-
Uses of Marshaller in org.infinispan.commons.dataconversion
Methods in org.infinispan.commons.dataconversion with parameters of type Marshaller Modifier and Type Method Description static byte[]StandardConversions. convertJavaToOctetStream(Object source, MediaType sourceMediaType, Marshaller marshaller)Deprecated.Since 13.0, with no replacement.static ObjectStandardConversions. convertOctetStreamToJava(byte[] source, MediaType destination, Marshaller marshaller)Deprecated.Since 13.0, without replacement.voidBinaryTranscoder. overrideMarshaller(Marshaller marshaller)Deprecated.Constructors in org.infinispan.commons.dataconversion with parameters of type Marshaller Constructor Description BinaryTranscoder(Marshaller marshaller)Deprecated.DefaultTranscoder(Marshaller marshaller)GlobalMarshallerEncoder(Marshaller globalMarshaller)Deprecated.MarshallerEncoder(Marshaller marshaller)Deprecated.TranscoderMarshallerAdapter(Marshaller marshaller) -
Uses of Marshaller in org.infinispan.commons.marshall
Subinterfaces of Marshaller in org.infinispan.commons.marshall Modifier and Type Interface Description interfaceStreamingMarshallerDeprecated.for internal use onlyClasses in org.infinispan.commons.marshall that implement Marshaller Modifier and Type Class Description classAbstractMarshallerAbstract Marshaller implementation containing shared implementations.classIdentityMarshallerA marshaller that does not transform the content, only applicable to byte[] payloads.classImmutableProtoStreamMarshallerA ProtoStreamMarshallerimplementation that uses Protobuf encoding.classJavaSerializationMarshallerStandard Java serialization marshaller.classProtoStreamMarshallerProvides the starting point for implementing aMarshallerthat uses Protobuf encoding.classStringMarshallerclassUTF8StringMarshaller -
Uses of Marshaller in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return Marshaller Modifier and Type Method Description static MarshallerUtil. getJBossMarshaller(ClassLoader classLoader, ClassAllowList classAllowList)
-