public class io.vertx.ext.web.sstore.impl.SharedDataSessionImpl extends io.vertx.ext.web.sstore.AbstractSession implements io.vertx.core.shareddata.impl.ClusterSerializable, io.vertx.core.shareddata.Shareable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl
  super_class: io.vertx.ext.web.sstore.AbstractSession
{
  private static final java.nio.charset.Charset UTF8;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte TYPE_LONG;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte TYPE_INT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final byte TYPE_SHORT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final byte TYPE_BYTE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final byte TYPE_DOUBLE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final byte TYPE_FLOAT;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final byte TYPE_CHAR;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final byte TYPE_BOOLEAN;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final byte TYPE_STRING;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private static final byte TYPE_BUFFER;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final byte TYPE_BYTES;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final byte TYPE_CLUSTER_SERIALIZABLE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 38
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            putstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
         1: .line 51
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
         0: .line 58
            aload 0 /* this */
            invokespecial io.vertx.ext.web.sstore.AbstractSession.<init>:()V
         1: .line 59
            return
        end local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/sstore/impl/SharedDataSessionImpl;

  public void <init>(io.vertx.ext.auth.VertxContextPRNG);
    descriptor: (Lio/vertx/ext/auth/VertxContextPRNG;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
        start local 1 // io.vertx.ext.auth.VertxContextPRNG random
         0: .line 62
            aload 0 /* this */
            aload 1 /* random */
            invokespecial io.vertx.ext.web.sstore.AbstractSession.<init>:(Lio/vertx/ext/auth/VertxContextPRNG;)V
         1: .line 63
            return
        end local 1 // io.vertx.ext.auth.VertxContextPRNG random
        end local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/sstore/impl/SharedDataSessionImpl;
            0    2     1  random  Lio/vertx/ext/auth/VertxContextPRNG;
    MethodParameters:
        Name  Flags
      random  

  public void <init>(io.vertx.ext.auth.VertxContextPRNG, long, int);
    descriptor: (Lio/vertx/ext/auth/VertxContextPRNG;JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
        start local 1 // io.vertx.ext.auth.VertxContextPRNG random
        start local 2 // long timeout
        start local 4 // int length
         0: .line 66
            aload 0 /* this */
            aload 1 /* random */
            lload 2 /* timeout */
            iload 4 /* length */
            invokespecial io.vertx.ext.web.sstore.AbstractSession.<init>:(Lio/vertx/ext/auth/VertxContextPRNG;JI)V
         1: .line 67
            return
        end local 4 // int length
        end local 2 // long timeout
        end local 1 // io.vertx.ext.auth.VertxContextPRNG random
        end local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/sstore/impl/SharedDataSessionImpl;
            0    2     1   random  Lio/vertx/ext/auth/VertxContextPRNG;
            0    2     2  timeout  J
            0    2     4   length  I
    MethodParameters:
         Name  Flags
      random   
      timeout  
      length   

  public void writeToBuffer(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
        start local 1 // io.vertx.core.buffer.Buffer buff
         0: .line 71
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.id:()Ljava/lang/String;
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         1: .line 72
            aload 1 /* buff */
            aload 2 /* bytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 2 /* bytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
         2: .line 73
            aload 1 /* buff */
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.timeout:()J
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 74
            aload 1 /* buff */
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.lastAccessed:()J
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            pop
         4: .line 75
            aload 1 /* buff */
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.version:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         5: .line 77
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.writeDataToBuffer:()Lio/vertx/core/buffer/Buffer;
            astore 3 /* dataBuf */
        start local 3 // io.vertx.core.buffer.Buffer dataBuf
         6: .line 78
            aload 1 /* buff */
            aload 3 /* dataBuf */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
         7: .line 79
            return
        end local 3 // io.vertx.core.buffer.Buffer dataBuf
        end local 2 // byte[] bytes
        end local 1 // io.vertx.core.buffer.Buffer buff
        end local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/ext/web/sstore/impl/SharedDataSessionImpl;
            0    8     1     buff  Lio/vertx/core/buffer/Buffer;
            1    8     2    bytes  [B
            6    8     3  dataBuf  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      buff  

  public int readFromBuffer(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
        start local 1 // int pos
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 83
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 3 /* len */
        start local 3 // int len
         1: .line 84
            iinc 1 /* pos */ 4
         2: .line 85
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 3 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 4 /* bytes */
        start local 4 // byte[] bytes
         3: .line 86
            iload 1 /* pos */
            iload 3 /* len */
            iadd
            istore 1 /* pos */
         4: .line 87
            aload 0 /* this */
            new java.lang.String
            dup
            aload 4 /* bytes */
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.setId:(Ljava/lang/String;)V
         5: .line 88
            aload 0 /* this */
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.setTimeout:(J)V
         6: .line 89
            iinc 1 /* pos */ 8
         7: .line 90
            aload 0 /* this */
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.setLastAccessed:(J)V
         8: .line 91
            iinc 1 /* pos */ 8
         9: .line 92
            aload 0 /* this */
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.setVersion:(I)V
        10: .line 93
            iinc 1 /* pos */ 4
        11: .line 94
            aload 0 /* this */
            iload 1 /* pos */
            aload 2 /* buffer */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.readDataFromBuffer:(ILio/vertx/core/buffer/Buffer;)I
            istore 1 /* pos */
        12: .line 95
            iload 1 /* pos */
            ireturn
        end local 4 // byte[] bytes
        end local 3 // int len
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int pos
        end local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lio/vertx/ext/web/sstore/impl/SharedDataSessionImpl;
            0   13     1     pos  I
            0   13     2  buffer  Lio/vertx/core/buffer/Buffer;
            1   13     3     len  I
            3   13     4   bytes  [B
    MethodParameters:
        Name  Flags
      pos     
      buffer  

  private io.vertx.core.buffer.Buffer writeDataToBuffer();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
         0: .line 99
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            astore 1 /* buffer */
        start local 1 // io.vertx.core.buffer.Buffer buffer
         1: .line 100
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.isEmpty:()Z
            ifeq 4
         2: .line 101
            aload 1 /* buffer */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         3: .line 102
            goto 60
         4: .line 103
      StackMap locals: io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.data:()Ljava/util/Map;
            astore 2 /* data */
        start local 2 // java.util.Map data
         5: .line 104
            aload 1 /* buffer */
            aload 2 /* data */
            invokeinterface java.util.Map.size:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
         6: .line 105
            aload 2 /* data */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 59
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl io.vertx.core.buffer.Buffer java.util.Map top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         8: .line 106
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* key */
        start local 5 // java.lang.String key
         9: .line 107
            aload 5 /* key */
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 6 /* keyBytes */
        start local 6 // byte[] keyBytes
        10: .line 108
            aload 1 /* buffer */
            aload 6 /* keyBytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 6 /* keyBytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
        11: .line 109
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            astore 7 /* val */
        start local 7 // java.lang.Object val
        12: .line 110
            aload 7 /* val */
            instanceof java.lang.Long
            ifeq 15
        13: .line 111
            aload 1 /* buffer */
            iconst_1
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            pop
        14: .line 112
            goto 59
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl io.vertx.core.buffer.Buffer java.util.Map java.util.Map$Entry java.util.Iterator java.lang.String byte[] java.lang.Object
      StackMap stack:
        15: aload 7 /* val */
            instanceof java.lang.Integer
            ifeq 18
        16: .line 113
            aload 1 /* buffer */
            iconst_2
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            pop
        17: .line 114
            goto 59
      StackMap locals:
      StackMap stack:
        18: aload 7 /* val */
            instanceof java.lang.Short
            ifeq 21
        19: .line 115
            aload 1 /* buffer */
            iconst_3
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Short
            invokevirtual java.lang.Short.shortValue:()S
            invokeinterface io.vertx.core.buffer.Buffer.appendShort:(S)Lio/vertx/core/buffer/Buffer;
            pop
        20: .line 116
            goto 59
      StackMap locals:
      StackMap stack:
        21: aload 7 /* val */
            instanceof java.lang.Byte
            ifeq 24
        22: .line 117
            aload 1 /* buffer */
            iconst_4
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
        23: .line 118
            goto 59
      StackMap locals:
      StackMap stack:
        24: aload 7 /* val */
            instanceof java.lang.Double
            ifeq 27
        25: .line 119
            aload 1 /* buffer */
            iconst_5
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            invokeinterface io.vertx.core.buffer.Buffer.appendDouble:(D)Lio/vertx/core/buffer/Buffer;
            pop
        26: .line 120
            goto 59
      StackMap locals:
      StackMap stack:
        27: aload 7 /* val */
            instanceof java.lang.Float
            ifeq 30
        28: .line 121
            aload 1 /* buffer */
            bipush 6
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            invokeinterface io.vertx.core.buffer.Buffer.appendFloat:(F)Lio/vertx/core/buffer/Buffer;
            pop
        29: .line 122
            goto 59
      StackMap locals:
      StackMap stack:
        30: aload 7 /* val */
            instanceof java.lang.Character
            ifeq 33
        31: .line 123
            aload 1 /* buffer */
            bipush 7
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Character
            invokevirtual java.lang.Character.charValue:()C
            i2s
            invokeinterface io.vertx.core.buffer.Buffer.appendShort:(S)Lio/vertx/core/buffer/Buffer;
            pop
        32: .line 124
            goto 59
      StackMap locals:
      StackMap stack:
        33: aload 7 /* val */
            instanceof java.lang.Boolean
            ifeq 38
        34: .line 125
            aload 1 /* buffer */
            bipush 8
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 7 /* val */
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 35
            iconst_1
            goto 36
      StackMap locals:
      StackMap stack: io.vertx.core.buffer.Buffer
        35: iconst_0
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl io.vertx.core.buffer.Buffer java.util.Map java.util.Map$Entry java.util.Iterator java.lang.String byte[] java.lang.Object
      StackMap stack: io.vertx.core.buffer.Buffer int
        36: i2b
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
        37: .line 126
            goto 59
      StackMap locals:
      StackMap stack:
        38: aload 7 /* val */
            instanceof java.lang.String
            ifeq 42
        39: .line 127
            aload 7 /* val */
            checkcast java.lang.String
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 8 /* bytes */
        start local 8 // byte[] bytes
        40: .line 128
            aload 1 /* buffer */
            bipush 9
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 8 /* bytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 8 /* bytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
        end local 8 // byte[] bytes
        41: .line 129
            goto 59
      StackMap locals:
      StackMap stack:
        42: aload 7 /* val */
            instanceof io.vertx.core.buffer.Buffer
            ifeq 46
        43: .line 130
            aload 7 /* val */
            checkcast io.vertx.core.buffer.Buffer
            astore 8 /* buff */
        start local 8 // io.vertx.core.buffer.Buffer buff
        44: .line 131
            aload 1 /* buffer */
            bipush 10
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 8 /* buff */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 8 /* buff */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
        end local 8 // io.vertx.core.buffer.Buffer buff
        45: .line 132
            goto 59
      StackMap locals:
      StackMap stack:
        46: aload 7 /* val */
            instanceof byte[]
            ifeq 50
        47: .line 133
            aload 7 /* val */
            checkcast byte[]
            astore 8 /* bytes */
        start local 8 // byte[] bytes
        48: .line 134
            aload 1 /* buffer */
            bipush 11
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            aload 8 /* bytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 8 /* bytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
        end local 8 // byte[] bytes
        49: .line 135
            goto 59
      StackMap locals:
      StackMap stack:
        50: aload 7 /* val */
            instanceof io.vertx.core.shareddata.impl.ClusterSerializable
            ifeq 57
        51: .line 136
            aload 1 /* buffer */
            bipush 13
            invokeinterface io.vertx.core.buffer.Buffer.appendByte:(B)Lio/vertx/core/buffer/Buffer;
            pop
        52: .line 137
            aload 7 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            astore 8 /* className */
        start local 8 // java.lang.String className
        53: .line 138
            aload 8 /* className */
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokevirtual java.lang.String.getBytes:(Ljava/nio/charset/Charset;)[B
            astore 9 /* classNameBytes */
        start local 9 // byte[] classNameBytes
        54: .line 139
            aload 1 /* buffer */
            aload 9 /* classNameBytes */
            arraylength
            invokeinterface io.vertx.core.buffer.Buffer.appendInt:(I)Lio/vertx/core/buffer/Buffer;
            aload 9 /* classNameBytes */
            invokeinterface io.vertx.core.buffer.Buffer.appendBytes:([B)Lio/vertx/core/buffer/Buffer;
            pop
        55: .line 140
            aload 7 /* val */
            checkcast io.vertx.core.shareddata.impl.ClusterSerializable
            aload 1 /* buffer */
            invokeinterface io.vertx.core.shareddata.impl.ClusterSerializable.writeToBuffer:(Lio/vertx/core/buffer/Buffer;)V
        end local 9 // byte[] classNameBytes
        end local 8 // java.lang.String className
        56: .line 141
            goto 59
        57: .line 142
      StackMap locals:
      StackMap stack:
            aload 7 /* val */
            ifnull 59
        58: .line 143
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid type for data in session: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 7 /* val */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // java.lang.Object val
        end local 6 // byte[] keyBytes
        end local 5 // java.lang.String key
        end local 3 // java.util.Map$Entry entry
        59: .line 105
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl io.vertx.core.buffer.Buffer java.util.Map top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        end local 2 // java.util.Map data
        60: .line 148
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 1 /* buffer */
            areturn
        end local 1 // io.vertx.core.buffer.Buffer buffer
        end local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   61     0            this  Lio/vertx/ext/web/sstore/impl/SharedDataSessionImpl;
            1   61     1          buffer  Lio/vertx/core/buffer/Buffer;
            5   60     2            data  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            8   59     3           entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Object;>;
            9   59     5             key  Ljava/lang/String;
           10   59     6        keyBytes  [B
           12   59     7             val  Ljava/lang/Object;
           40   41     8           bytes  [B
           44   45     8            buff  Lio/vertx/core/buffer/Buffer;
           48   49     8           bytes  [B
           53   56     8       className  Ljava/lang/String;
           54   56     9  classNameBytes  [B

  private int readDataFromBuffer(int, io.vertx.core.buffer.Buffer);
    descriptor: (ILio/vertx/core/buffer/Buffer;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=20, args_size=3
        start local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
        start local 1 // int pos
        start local 2 // io.vertx.core.buffer.Buffer buffer
         0: .line 153
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 3 /* entries */
        start local 3 // int entries
         1: .line 154
            iinc 1 /* pos */ 4
         2: .line 155
            iload 3 /* entries */
            ifle 75
         3: .line 156
            new java.util.concurrent.ConcurrentHashMap
            dup
            iload 3 /* entries */
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:(I)V
            astore 4 /* data */
        start local 4 // java.util.Map data
         4: .line 158
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 73
         6: .line 159
      StackMap locals: int java.util.Map int
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 6 /* keylen */
        start local 6 // int keylen
         7: .line 160
            iinc 1 /* pos */ 4
         8: .line 161
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 6 /* keylen */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 7 /* keyBytes */
        start local 7 // byte[] keyBytes
         9: .line 162
            iload 1 /* pos */
            iload 6 /* keylen */
            iadd
            istore 1 /* pos */
        10: .line 163
            new java.lang.String
            dup
            aload 7 /* keyBytes */
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 8 /* key */
        start local 8 // java.lang.String key
        11: .line 164
            aload 2 /* buffer */
            iload 1 /* pos */
            iinc 1 /* pos */ 1
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 9 /* type */
        start local 9 // byte type
        12: .line 166
            iload 9 /* type */
            tableswitch { // 1 - 13
                    1: 13
                    2: 16
                    3: 19
                    4: 22
                    5: 28
                    6: 25
                    7: 31
                    8: 35
                    9: 41
                   10: 47
                   11: 53
                   12: 70
                   13: 58
              default: 70
          }
        13: .line 168
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl int io.vertx.core.buffer.Buffer int java.util.Map int int byte[] java.lang.String int
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        14: .line 169
            iinc 1 /* pos */ 8
        15: .line 170
            goto 71
        end local 10 // java.lang.Object val
        16: .line 172
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        17: .line 173
            iinc 1 /* pos */ 4
        18: .line 174
            goto 71
        end local 10 // java.lang.Object val
        19: .line 176
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getShort:(I)S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        20: .line 177
            iinc 1 /* pos */ 2
        21: .line 178
            goto 71
        end local 10 // java.lang.Object val
        22: .line 180
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        23: .line 181
            iinc 1 /* pos */ 1
        24: .line 182
            goto 71
        end local 10 // java.lang.Object val
        25: .line 184
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getFloat:(I)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        26: .line 185
            iinc 1 /* pos */ 4
        27: .line 186
            goto 71
        end local 10 // java.lang.Object val
        28: .line 188
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getDouble:(I)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        29: .line 189
            iinc 1 /* pos */ 8
        30: .line 190
            goto 71
        end local 10 // java.lang.Object val
        31: .line 192
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getShort:(I)S
            istore 11 /* s */
        start local 11 // short s
        32: .line 193
            iinc 1 /* pos */ 2
        33: .line 194
            iload 11 /* s */
            i2c
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        34: .line 195
            goto 71
        end local 11 // short s
        end local 10 // java.lang.Object val
        35: .line 197
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getByte:(I)B
            istore 12 /* b */
        start local 12 // byte b
        36: .line 198
            iinc 1 /* pos */ 1
        37: .line 199
            iload 12 /* b */
            iconst_1
            if_icmpne 38
            iconst_1
            goto 39
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl int io.vertx.core.buffer.Buffer int java.util.Map int int byte[] java.lang.String int top top int
      StackMap stack:
        38: iconst_0
      StackMap locals:
      StackMap stack: int
        39: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        40: .line 200
            goto 71
        end local 12 // byte b
        end local 10 // java.lang.Object val
        41: .line 202
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl int io.vertx.core.buffer.Buffer int java.util.Map int int byte[] java.lang.String int
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 13 /* len */
        start local 13 // int len
        42: .line 203
            iinc 1 /* pos */ 4
        43: .line 204
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 13 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 14 /* bytes */
        start local 14 // byte[] bytes
        44: .line 205
            new java.lang.String
            dup
            aload 14 /* bytes */
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 10 /* val */
        start local 10 // java.lang.Object val
        45: .line 206
            iload 1 /* pos */
            iload 13 /* len */
            iadd
            istore 1 /* pos */
        46: .line 207
            goto 71
        end local 14 // byte[] bytes
        end local 13 // int len
        end local 10 // java.lang.Object val
        47: .line 209
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 13 /* len */
        start local 13 // int len
        48: .line 210
            iinc 1 /* pos */ 4
        49: .line 211
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 13 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 14 /* bytes */
        start local 14 // byte[] bytes
        50: .line 212
            aload 14 /* bytes */
            invokestatic io.vertx.core.buffer.Buffer.buffer:([B)Lio/vertx/core/buffer/Buffer;
            astore 10 /* val */
        start local 10 // java.lang.Object val
        51: .line 213
            iload 1 /* pos */
            iload 13 /* len */
            iadd
            istore 1 /* pos */
        52: .line 214
            goto 71
        end local 14 // byte[] bytes
        end local 13 // int len
        end local 10 // java.lang.Object val
        53: .line 216
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 13 /* len */
        start local 13 // int len
        54: .line 217
            iinc 1 /* pos */ 4
        55: .line 218
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 13 /* len */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 10 /* val */
        start local 10 // java.lang.Object val
        56: .line 219
            iload 1 /* pos */
            iload 13 /* len */
            iadd
            istore 1 /* pos */
        57: .line 220
            goto 71
        end local 13 // int len
        end local 10 // java.lang.Object val
        58: .line 222
      StackMap locals:
      StackMap stack:
            aload 2 /* buffer */
            iload 1 /* pos */
            invokeinterface io.vertx.core.buffer.Buffer.getInt:(I)I
            istore 15 /* classNameLen */
        start local 15 // int classNameLen
        59: .line 223
            iinc 1 /* pos */ 4
        60: .line 224
            aload 2 /* buffer */
            iload 1 /* pos */
            iload 1 /* pos */
            iload 15 /* classNameLen */
            iadd
            invokeinterface io.vertx.core.buffer.Buffer.getBytes:(II)[B
            astore 16 /* classNameBytes */
        start local 16 // byte[] classNameBytes
        61: .line 225
            iload 1 /* pos */
            iload 15 /* classNameLen */
            iadd
            istore 1 /* pos */
        62: .line 226
            new java.lang.String
            dup
            aload 16 /* classNameBytes */
            getstatic io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.UTF8:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BLjava/nio/charset/Charset;)V
            astore 17 /* className */
        start local 17 // java.lang.String className
        63: .line 227
            invokestatic io.vertx.ext.web.impl.Utils.getClassLoader:()Ljava/lang/ClassLoader;
            aload 17 /* className */
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 18 /* clazz */
        start local 18 // java.lang.Class clazz
        64: .line 228
            ldc Lio/vertx/core/shareddata/impl/ClusterSerializable;
            aload 18 /* clazz */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 66
        65: .line 229
            new java.lang.ClassCastException
            dup
            new java.lang.StringBuilder
            dup
            new java.lang.String
            dup
            aload 16 /* classNameBytes */
            invokespecial java.lang.String.<init>:([B)V
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " is not assignable from ClusterSerializable"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.ClassCastException.<init>:(Ljava/lang/String;)V
            athrow
        66: .line 231
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl int io.vertx.core.buffer.Buffer int java.util.Map int int byte[] java.lang.String int top top top top top int byte[] java.lang.String java.lang.Class
      StackMap stack:
            aload 18 /* clazz */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.shareddata.impl.ClusterSerializable
            astore 19 /* obj */
        start local 19 // io.vertx.core.shareddata.impl.ClusterSerializable obj
        67: .line 232
            aload 19 /* obj */
            iload 1 /* pos */
            aload 2 /* buffer */
            invokeinterface io.vertx.core.shareddata.impl.ClusterSerializable.readFromBuffer:(ILio/vertx/core/buffer/Buffer;)I
            istore 1 /* pos */
        68: .line 233
            aload 19 /* obj */
            astore 10 /* val */
        start local 10 // java.lang.Object val
        69: .line 234
            goto 71
        end local 19 // io.vertx.core.shareddata.impl.ClusterSerializable obj
        end local 18 // java.lang.Class clazz
        end local 17 // java.lang.String className
        end local 16 // byte[] classNameBytes
        end local 15 // int classNameLen
        end local 10 // java.lang.Object val
        70: .line 236
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl int io.vertx.core.buffer.Buffer int java.util.Map int int byte[] java.lang.String int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid serialized type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 9 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        start local 10 // java.lang.Object val
        71: .line 238
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* data */
            aload 8 /* key */
            aload 10 /* val */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // java.lang.Object val
        end local 9 // byte type
        end local 8 // java.lang.String key
        end local 7 // byte[] keyBytes
        end local 6 // int keylen
        72: .line 158
            iinc 5 /* i */ 1
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl int io.vertx.core.buffer.Buffer int java.util.Map int
      StackMap stack:
        73: iload 5 /* i */
            iload 3 /* entries */
            if_icmplt 6
        end local 5 // int i
        74: .line 240
            aload 0 /* this */
            aload 4 /* data */
            invokevirtual io.vertx.ext.web.sstore.impl.SharedDataSessionImpl.setData:(Ljava/util/Map;)V
        end local 4 // java.util.Map data
        75: .line 242
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
        76: ireturn
        end local 3 // int entries
        77: .line 243
      StackMap locals: io.vertx.ext.web.sstore.impl.SharedDataSessionImpl int io.vertx.core.buffer.Buffer
      StackMap stack: java.lang.ReflectiveOperationException
            astore 3 /* e */
        start local 3 // java.lang.ReflectiveOperationException e
        78: .line 244
            new io.vertx.core.VertxException
            dup
            aload 3 /* e */
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.ReflectiveOperationException e
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // int pos
        end local 0 // io.vertx.ext.web.sstore.impl.SharedDataSessionImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   79     0            this  Lio/vertx/ext/web/sstore/impl/SharedDataSessionImpl;
            0   79     1             pos  I
            0   79     2          buffer  Lio/vertx/core/buffer/Buffer;
            1   77     3         entries  I
            4   75     4            data  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            5   74     5               i  I
            7   72     6          keylen  I
            9   72     7        keyBytes  [B
           11   72     8             key  Ljava/lang/String;
           12   72     9            type  B
           14   16    10             val  Ljava/lang/Object;
           17   19    10             val  Ljava/lang/Object;
           20   22    10             val  Ljava/lang/Object;
           23   25    10             val  Ljava/lang/Object;
           26   28    10             val  Ljava/lang/Object;
           29   31    10             val  Ljava/lang/Object;
           34   35    10             val  Ljava/lang/Object;
           40   41    10             val  Ljava/lang/Object;
           45   47    10             val  Ljava/lang/Object;
           51   53    10             val  Ljava/lang/Object;
           56   58    10             val  Ljava/lang/Object;
           69   70    10             val  Ljava/lang/Object;
           71   72    10             val  Ljava/lang/Object;
           32   35    11               s  S
           36   41    12               b  B
           42   47    13             len  I
           48   53    13             len  I
           54   58    13             len  I
           44   47    14           bytes  [B
           50   53    14           bytes  [B
           59   70    15    classNameLen  I
           61   70    16  classNameBytes  [B
           63   70    17       className  Ljava/lang/String;
           64   70    18           clazz  Ljava/lang/Class<*>;
           67   70    19             obj  Lio/vertx/core/shareddata/impl/ClusterSerializable;
           78   79     3               e  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0    76      77  Class java.lang.ClassNotFoundException
           0    76      77  Class java.lang.NoSuchMethodException
           0    76      77  Class java.lang.IllegalAccessException
           0    76      77  Class java.lang.reflect.InvocationTargetException
           0    76      77  Class java.lang.InstantiationException
    MethodParameters:
        Name  Flags
      pos     
      buffer  
}
SourceFile: "SharedDataSessionImpl.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map