public interface org.apache.logging.log4j.core.layout.Encoder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.logging.log4j.core.layout.Encoder
  super_class: java.lang.Object
{
  public abstract void encode(T, org.apache.logging.log4j.core.layout.ByteBufferDestination);
    descriptor: (Ljava/lang/Object;Lorg/apache/logging/log4j/core/layout/ByteBufferDestination;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;Lorg/apache/logging/log4j/core/layout/ByteBufferDestination;)V
    MethodParameters:
             Name  Flags
      source       
      destination  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Encoder.java"