public class org.I0Itec.zkclient.serialize.BytesPushThroughSerializer implements org.I0Itec.zkclient.serialize.ZkSerializer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.I0Itec.zkclient.serialize.BytesPushThroughSerializer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.I0Itec.zkclient.serialize.BytesPushThroughSerializer this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.I0Itec.zkclient.serialize.BytesPushThroughSerializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/I0Itec/zkclient/serialize/BytesPushThroughSerializer;

  public java.lang.Object deserialize(byte[]);
    descriptor: ([B)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.I0Itec.zkclient.serialize.BytesPushThroughSerializer this
        start local 1 // byte[] bytes
         0: .line 27
            aload 1 /* bytes */
            areturn
        end local 1 // byte[] bytes
        end local 0 // org.I0Itec.zkclient.serialize.BytesPushThroughSerializer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/I0Itec/zkclient/serialize/BytesPushThroughSerializer;
            0    1     1  bytes  [B
    Exceptions:
      throws org.I0Itec.zkclient.exception.ZkMarshallingError
    MethodParameters:
       Name  Flags
      bytes  

  public byte[] serialize(java.lang.Object);
    descriptor: (Ljava/lang/Object;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.I0Itec.zkclient.serialize.BytesPushThroughSerializer this
        start local 1 // java.lang.Object bytes
         0: .line 32
            aload 1 /* bytes */
            checkcast byte[]
            areturn
        end local 1 // java.lang.Object bytes
        end local 0 // org.I0Itec.zkclient.serialize.BytesPushThroughSerializer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/I0Itec/zkclient/serialize/BytesPushThroughSerializer;
            0    1     1  bytes  Ljava/lang/Object;
    Exceptions:
      throws org.I0Itec.zkclient.exception.ZkMarshallingError
    MethodParameters:
       Name  Flags
      bytes  
}
SourceFile: "BytesPushThroughSerializer.java"