final class com.google.common.hash.MessageDigestHashFunction$SerializedForm implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.MessageDigestHashFunction$SerializedForm
  super_class: java.lang.Object
{
  private final java.lang.String algorithmName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int bytes;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String toString;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private void <init>(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.hash.MessageDigestHashFunction$SerializedForm this
        start local 1 // java.lang.String algorithmName
        start local 2 // int bytes
        start local 3 // java.lang.String toString
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 0 /* this */
            aload 1 /* algorithmName */
            putfield com.google.common.hash.MessageDigestHashFunction$SerializedForm.algorithmName:Ljava/lang/String;
         2: .line 106
            aload 0 /* this */
            iload 2 /* bytes */
            putfield com.google.common.hash.MessageDigestHashFunction$SerializedForm.bytes:I
         3: .line 107
            aload 0 /* this */
            aload 3 /* toString */
            putfield com.google.common.hash.MessageDigestHashFunction$SerializedForm.toString:Ljava/lang/String;
         4: .line 108
            return
        end local 3 // java.lang.String toString
        end local 2 // int bytes
        end local 1 // java.lang.String algorithmName
        end local 0 // com.google.common.hash.MessageDigestHashFunction$SerializedForm this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/google/common/hash/MessageDigestHashFunction$SerializedForm;
            0    5     1  algorithmName  Ljava/lang/String;
            0    5     2          bytes  I
            0    5     3       toString  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      algorithmName  
      bytes          
      toString       

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.common.hash.MessageDigestHashFunction$SerializedForm this
         0: .line 111
            new com.google.common.hash.MessageDigestHashFunction
            dup
            aload 0 /* this */
            getfield com.google.common.hash.MessageDigestHashFunction$SerializedForm.algorithmName:Ljava/lang/String;
            aload 0 /* this */
            getfield com.google.common.hash.MessageDigestHashFunction$SerializedForm.bytes:I
            aload 0 /* this */
            getfield com.google.common.hash.MessageDigestHashFunction$SerializedForm.toString:Ljava/lang/String;
            invokespecial com.google.common.hash.MessageDigestHashFunction.<init>:(Ljava/lang/String;ILjava/lang/String;)V
            areturn
        end local 0 // com.google.common.hash.MessageDigestHashFunction$SerializedForm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/MessageDigestHashFunction$SerializedForm;
}
SourceFile: "MessageDigestHashFunction.java"
NestHost: com.google.common.hash.MessageDigestHashFunction
InnerClasses:
  private final SerializedForm = com.google.common.hash.MessageDigestHashFunction$SerializedForm of com.google.common.hash.MessageDigestHashFunction