public abstract class org.springframework.boot.jackson.JsonObjectSerializer<T> extends JsonSerializer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.jackson.JsonObjectSerializer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.jackson.JsonObjectSerializer this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tJsonSerializer cannot be resolved to a type\n\tJsonGenerator cannot be resolved to a type\n\tSerializerProvider cannot be resolved to a type\n\tJsonMappingException cannot be resolved to a type\n\tJsonGenerator cannot be resolved to a type\n\tSerializerProvider cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonObjectSerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonObjectSerializer<TT;>;

  public final void serialize(T, JsonGenerator, SerializerProvider);
    descriptor: (Ljava/lang/Object;LJsonGenerator;LSerializerProvider;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.jackson.JsonObjectSerializer this
         0: .line 37
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJsonGenerator cannot be resolved to a type\n\tSerializerProvider cannot be resolved to a type\n\tJsonMappingException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.jackson.JsonObjectSerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/jackson/JsonObjectSerializer<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: (TT;LJsonGenerator;LSerializerProvider;)V
    MethodParameters:
          Name  Flags
      value     
      jgen      
      provider  

  protected abstract void serializeObject(T, JsonGenerator, SerializerProvider);
    descriptor: (Ljava/lang/Object;LJsonGenerator;LSerializerProvider;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    Signature: (TT;LJsonGenerator;LSerializerProvider;)V
    MethodParameters:
          Name  Flags
      value     
      jgen      
      provider  
}
Signature: <T:Ljava/lang/Object;>LJsonSerializer<TT;>;
SourceFile: "JsonObjectSerializer.java"