Class JBossMarshallingTranscoder

  • All Implemented Interfaces:
    Transcoder

    public class JBossMarshallingTranscoder
    extends OneToManyTranscoder
    Transcode between application/x-jboss-marshalling and commons formats
    Since:
    9.2
    • Field Detail

      • logger

        protected static final org.infinispan.util.logging.Log logger
    • Method Detail

      • transcode

        public Object transcode​(Object content,
                                MediaType contentType,
                                MediaType destinationType)
        Description copied from interface: Transcoder
        Transcodes content between two different MediaType.
        Parameters:
        content - Content to transcode.
        contentType - The MediaType of the content.
        destinationType - The target MediaType to convert.
        Returns:
        the transcoded content.