public class com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer extends com.fasterxml.jackson.databind.JsonSerializer<HibernateProxy> implements com.fasterxml.jackson.databind.ser.ContextualSerializer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer
  super_class: java.lang.Object
{
  protected final com.fasterxml.jackson.databind.BeanProperty _property;
    descriptor: Lcom/fasterxml/jackson/databind/BeanProperty;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean _forceLazyLoading;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean _serializeIdentifier;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean _nullMissingEntities;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean _wrappedIdentifier;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final Mapping _mapping;
    descriptor: LMapping;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.fasterxml.jackson.databind.util.NameTransformer _unwrapper;
    descriptor: Lcom/fasterxml/jackson/databind/util/NameTransformer;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap _dynamicSerializers;
    descriptor: Lcom/fasterxml/jackson/databind/ser/impl/PropertySerializerMap;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                  Name  Flags
      forceLazyLoading  

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      forceLazyLoading     
      serializeIdentifier  

  public void <init>(boolean, boolean, Mapping);
    descriptor: (ZZLMapping;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      forceLazyLoading     
      serializeIdentifier  
      mapping              

  public void <init>(boolean, boolean, boolean, Mapping);
    descriptor: (ZZZLMapping;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      forceLazyLoading     
      serializeIdentifier  
      nullMissingEntities  
      mapping              

  public void <init>(boolean, boolean, boolean, Mapping, com.fasterxml.jackson.databind.BeanProperty);
    descriptor: (ZZZLMapping;Lcom/fasterxml/jackson/databind/BeanProperty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                     Name  Flags
      forceLazyLoading     
      serializeIdentifier  
      nullMissingEntities  
      mapping              
      property             

  public void <init>(boolean, boolean, boolean, boolean, Mapping);
    descriptor: (ZZZZLMapping;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    MethodParameters:
                     Name  Flags
      forceLazyLoading     
      serializeIdentifier  
      nullMissingEntities  
      wrappedIdentifier    
      mapping              

  public void <init>(boolean, boolean, boolean, boolean, Mapping, com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.util.NameTransformer);
    descriptor: (ZZZZLMapping;Lcom/fasterxml/jackson/databind/BeanProperty;Lcom/fasterxml/jackson/databind/util/NameTransformer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    MethodParameters:
                     Name  Flags
      forceLazyLoading     
      serializeIdentifier  
      nullMissingEntities  
      wrappedIdentifier    
      mapping              
      property             
      unwrapper            

  protected void <init>(com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer, com.fasterxml.jackson.databind.BeanProperty, com.fasterxml.jackson.databind.util.NameTransformer);
    descriptor: (Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;Lcom/fasterxml/jackson/databind/BeanProperty;Lcom/fasterxml/jackson/databind/util/NameTransformer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 9
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.persistence cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe import org.hibernate cannot be resolved\n\tThe type HibernateProxySerializer must implement the inherited abstract method JsonSerializer<HibernateProxy>.serialize(HibernateProxy, JsonGenerator, SerializerProvider)\n\tHibernateProxy cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tThe constructor HibernateProxySerializer(boolean, boolean, boolean, boolean, Mapping, BeanProperty, NameTransformer) refers to the missing type Mapping\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n\tBasicLazyInitializer cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    MethodParameters:
           Name  Flags
      base       
      property   
      unwrapper  

  public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual(com.fasterxml.jackson.databind.SerializerProvider, com.fasterxml.jackson.databind.BeanProperty);
    descriptor: (Lcom/fasterxml/jackson/databind/SerializerProvider;Lcom/fasterxml/jackson/databind/BeanProperty;)Lcom/fasterxml/jackson/databind/JsonSerializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    Signature: (Lcom/fasterxml/jackson/databind/SerializerProvider;Lcom/fasterxml/jackson/databind/BeanProperty;)Lcom/fasterxml/jackson/databind/JsonSerializer<*>;
    MethodParameters:
          Name  Flags
      prov      
      property  

  public com.fasterxml.jackson.databind.JsonSerializer<HibernateProxy> unwrappingSerializer(com.fasterxml.jackson.databind.util.NameTransformer);
    descriptor: (Lcom/fasterxml/jackson/databind/util/NameTransformer;)Lcom/fasterxml/jackson/databind/JsonSerializer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 152
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHibernateProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    Signature: (Lcom/fasterxml/jackson/databind/util/NameTransformer;)Lcom/fasterxml/jackson/databind/JsonSerializer<LHibernateProxy;>;
    MethodParameters:
           Name  Flags
      unwrapper  final

  public boolean isUnwrappingSerializer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;

  public boolean isEmpty(com.fasterxml.jackson.databind.SerializerProvider, HibernateProxy);
    descriptor: (Lcom/fasterxml/jackson/databind/SerializerProvider;LHibernateProxy;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 169
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHibernateProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    MethodParameters:
          Name  Flags
      provider  
      value     

  public void serialize(HibernateProxy, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider);
    descriptor: (LHibernateProxy;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHibernateProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      value     
      jgen      
      provider  

  public void serializeWithType(HibernateProxy, com.fasterxml.jackson.core.JsonGenerator, com.fasterxml.jackson.databind.SerializerProvider, com.fasterxml.jackson.databind.jsontype.TypeSerializer);
    descriptor: (LHibernateProxy;Lcom/fasterxml/jackson/core/JsonGenerator;Lcom/fasterxml/jackson/databind/SerializerProvider;Lcom/fasterxml/jackson/databind/jsontype/TypeSerializer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 187
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHibernateProxy cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      value     
      jgen      
      provider  
      typeSer   

  public void acceptJsonFormatVisitor(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper, com.fasterxml.jackson.databind.JavaType);
    descriptor: (Lcom/fasterxml/jackson/databind/jsonFormatVisitors/JsonFormatVisitorWrapper;Lcom/fasterxml/jackson/databind/JavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 205
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    Exceptions:
      throws com.fasterxml.jackson.databind.JsonMappingException
    MethodParameters:
          Name  Flags
      visitor   
      typeHint  

  protected com.fasterxml.jackson.databind.JsonSerializer<java.lang.Object> findSerializer(com.fasterxml.jackson.databind.SerializerProvider, );
    descriptor: (Lcom/fasterxml/jackson/databind/SerializerProvider;Ljava/lang/Object;)Lcom/fasterxml/jackson/databind/JsonSerializer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 224
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/fasterxml/jackson/databind/SerializerProvider;Ljava/lang/Object;)Lcom/fasterxml/jackson/databind/JsonSerializer<Ljava/lang/Object;>;
    MethodParameters:
          Name  Flags
      provider  
      value     

  protected java.lang.Object findProxied(HibernateProxy);
    descriptor: (LHibernateProxy;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 254
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHibernateProxy cannot be resolved to a type\n\tLazyInitializer cannot be resolved to a type\n\tEntityNotFoundException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    MethodParameters:
       Name  Flags
      proxy  final

  java.lang.String getIdentifierPropertyName(LazyInitializer);
    descriptor: (LLazyInitializer;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
         0: .line 289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLazyInitializer cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tMapping cannot be resolved to a type\n\tSessionImplementor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/datatype/hibernate4/HibernateProxySerializer;
    MethodParameters:
      Name  Flags
      init  final
}
Signature: Lcom/fasterxml/jackson/databind/JsonSerializer<LHibernateProxy;>;Lcom/fasterxml/jackson/databind/ser/ContextualSerializer;
SourceFile: "HibernateProxySerializer.java"
NestMembers:
  com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer$ProxyReader
InnerClasses:
  protected ProxyReader = com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer$ProxyReader of com.fasterxml.jackson.datatype.hibernate4.HibernateProxySerializer