public interface ch.qos.logback.core.encoder.Encoder<E> extends ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: ch.qos.logback.core.encoder.Encoder
  super_class: java.lang.Object
{
  public abstract byte[] headerBytes();
    descriptor: ()[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract byte[] encode();
    descriptor: (Ljava/lang/Object;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TE;)[B
    MethodParameters:
       Name  Flags
      event  

  public abstract byte[] footerBytes();
    descriptor: ()[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Lch/qos/logback/core/spi/ContextAware;Lch/qos/logback/core/spi/LifeCycle;
SourceFile: "Encoder.java"