public class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder extends io.netty.handler.codec.MessageToByteEncoder<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
  super_class: io.netty.handler.codec.MessageToByteEncoder
{
  private final io.netty.handler.codec.marshalling.MarshallerProvider provider;
    descriptor: Lio/netty/handler/codec/marshalling/MarshallerProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.marshalling.MarshallerProvider);
    descriptor: (Lio/netty/handler/codec/marshalling/MarshallerProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder this
        start local 1 // io.netty.handler.codec.marshalling.MarshallerProvider provider
         0: .line 46
            aload 0 /* this */
            invokespecial io.netty.handler.codec.MessageToByteEncoder.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* provider */
            putfield io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder.provider:Lio/netty/handler/codec/marshalling/MarshallerProvider;
         2: .line 48
            return
        end local 1 // io.netty.handler.codec.marshalling.MarshallerProvider provider
        end local 0 // io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/marshalling/CompatibleMarshallingEncoder;
            0    3     1  provider  Lio/netty/handler/codec/marshalling/MarshallerProvider;
    MethodParameters:
          Name  Flags
      provider  

  protected void encode(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
        start local 3 // io.netty.buffer.ByteBuf out
         0: .line 52
            aload 0 /* this */
            getfield io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder.provider:Lio/netty/handler/codec/marshalling/MarshallerProvider;
            aload 1 /* ctx */
            invokeinterface io.netty.handler.codec.marshalling.MarshallerProvider.getMarshaller:(Lio/netty/channel/ChannelHandlerContext;)Lorg/jboss/marshalling/Marshaller;
            astore 4 /* marshaller */
        start local 4 // org.jboss.marshalling.Marshaller marshaller
         1: .line 53
            aload 4 /* marshaller */
            new io.netty.handler.codec.marshalling.ChannelBufferByteOutput
            dup
            aload 3 /* out */
            invokespecial io.netty.handler.codec.marshalling.ChannelBufferByteOutput.<init>:(Lio/netty/buffer/ByteBuf;)V
            invokeinterface org.jboss.marshalling.Marshaller.start:(Lorg/jboss/marshalling/ByteOutput;)V
         2: .line 54
            aload 4 /* marshaller */
            aload 2 /* msg */
            invokeinterface org.jboss.marshalling.Marshaller.writeObject:(Ljava/lang/Object;)V
         3: .line 55
            aload 4 /* marshaller */
            invokeinterface org.jboss.marshalling.Marshaller.finish:()V
         4: .line 56
            aload 4 /* marshaller */
            invokeinterface org.jboss.marshalling.Marshaller.close:()V
         5: .line 57
            return
        end local 4 // org.jboss.marshalling.Marshaller marshaller
        end local 3 // io.netty.buffer.ByteBuf out
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/netty/handler/codec/marshalling/CompatibleMarshallingEncoder;
            0    6     1         ctx  Lio/netty/channel/ChannelHandlerContext;
            0    6     2         msg  Ljava/lang/Object;
            0    6     3         out  Lio/netty/buffer/ByteBuf;
            1    6     4  marshaller  Lorg/jboss/marshalling/Marshaller;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
      msg   
      out   
}
Signature: Lio/netty/handler/codec/MessageToByteEncoder<Ljava/lang/Object;>;
SourceFile: "CompatibleMarshallingEncoder.java"
InnerClasses:
  public abstract Sharable = io.netty.channel.ChannelHandler$Sharable of io.netty.channel.ChannelHandler
    RuntimeVisibleAnnotations: 
      io.netty.channel.ChannelHandler$Sharable()