Uses of Interface
org.infinispan.commons.dataconversion.Transcoder
Packages that use Transcoder
-
Uses of Transcoder in org.infinispan.commons.dataconversion
Classes in org.infinispan.commons.dataconversion that implement TranscoderModifier and TypeClassDescriptionclassClass to inherit when implementing transcoders, will handle pre and post processing of the content.final classDeprecated.since 13.0.final classHandle conversions between text/plain, url-encoded, java objects, and octet-stream contents.classBase class forTranscoderthat converts between a single format and multiple other formats and back.classBase class for transcoder between application/x-java-object and byte[] produced by a marshaller.