Interface MarshallerProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.marshalling.Marshaller getMarshaller​(io.netty5.channel.ChannelHandlerContext ctx)
      Get a Marshaller for the given ChannelHandlerContext
    • Method Detail

      • getMarshaller

        org.jboss.marshalling.Marshaller getMarshaller​(io.netty5.channel.ChannelHandlerContext ctx)
                                                throws Exception
        Get a Marshaller for the given ChannelHandlerContext
        Throws:
        Exception