public interface org.bson.codecs.Decoder<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bson.codecs.Decoder
  super_class: java.lang.Object
{
  public abstract T decode(org.bson.BsonReader, org.bson.codecs.DecoderContext);
    descriptor: (Lorg/bson/BsonReader;Lorg/bson/codecs/DecoderContext;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/bson/BsonReader;Lorg/bson/codecs/DecoderContext;)TT;
    MethodParameters:
                Name  Flags
      reader          
      decoderContext  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Decoder.java"