final class org.jruby.ext.set.RubySet$SetMarshal implements org.jruby.runtime.ObjectMarshal
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.set.RubySet$SetMarshal
  super_class: java.lang.Object
{
  protected final org.jruby.runtime.ObjectMarshal defaultMarshal;
    descriptor: Lorg/jruby/runtime/ObjectMarshal;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(org.jruby.runtime.ObjectMarshal);
    descriptor: (Lorg/jruby/runtime/ObjectMarshal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.set.RubySet$SetMarshal this
        start local 1 // org.jruby.runtime.ObjectMarshal defaultMarshal
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* defaultMarshal */
            putfield org.jruby.ext.set.RubySet$SetMarshal.defaultMarshal:Lorg/jruby/runtime/ObjectMarshal;
         2: .line 82
            return
        end local 1 // org.jruby.runtime.ObjectMarshal defaultMarshal
        end local 0 // org.jruby.ext.set.RubySet$SetMarshal this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/jruby/ext/set/RubySet$SetMarshal;
            0    3     1  defaultMarshal  Lorg/jruby/runtime/ObjectMarshal;
    MethodParameters:
                Name  Flags
      defaultMarshal  

  public void marshalTo(org.jruby.Ruby, java.lang.Object, org.jruby.RubyClass, org.jruby.runtime.marshal.MarshalStream);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/Object;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.ext.set.RubySet$SetMarshal this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.lang.Object obj
        start local 3 // org.jruby.RubyClass type
        start local 4 // org.jruby.runtime.marshal.MarshalStream marshalStream
         0: .line 85
            aload 0 /* this */
            getfield org.jruby.ext.set.RubySet$SetMarshal.defaultMarshal:Lorg/jruby/runtime/ObjectMarshal;
            aload 1 /* runtime */
            aload 2 /* obj */
            aload 3 /* type */
            aload 4 /* marshalStream */
            invokeinterface org.jruby.runtime.ObjectMarshal.marshalTo:(Lorg/jruby/Ruby;Ljava/lang/Object;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
         1: .line 86
            return
        end local 4 // org.jruby.runtime.marshal.MarshalStream marshalStream
        end local 3 // org.jruby.RubyClass type
        end local 2 // java.lang.Object obj
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.set.RubySet$SetMarshal this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jruby/ext/set/RubySet$SetMarshal;
            0    2     1        runtime  Lorg/jruby/Ruby;
            0    2     2            obj  Ljava/lang/Object;
            0    2     3           type  Lorg/jruby/RubyClass;
            0    2     4  marshalStream  Lorg/jruby/runtime/marshal/MarshalStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      runtime        
      obj            
      type           
      marshalStream  

  public java.lang.Object unmarshalFrom(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.marshal.UnmarshalStream);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/UnmarshalStream;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.jruby.ext.set.RubySet$SetMarshal this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass type
        start local 3 // org.jruby.runtime.marshal.UnmarshalStream unmarshalStream
         0: .line 89
            aload 0 /* this */
            getfield org.jruby.ext.set.RubySet$SetMarshal.defaultMarshal:Lorg/jruby/runtime/ObjectMarshal;
            aload 1 /* runtime */
            aload 2 /* type */
            aload 3 /* unmarshalStream */
            invokeinterface org.jruby.runtime.ObjectMarshal.unmarshalFrom:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/UnmarshalStream;)Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         1: .line 90
            aload 4 /* result */
            checkcast org.jruby.ext.set.RubySet
            invokevirtual org.jruby.ext.set.RubySet.unmarshal:()V
         2: .line 91
            aload 4 /* result */
            areturn
        end local 4 // java.lang.Object result
        end local 3 // org.jruby.runtime.marshal.UnmarshalStream unmarshalStream
        end local 2 // org.jruby.RubyClass type
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.set.RubySet$SetMarshal this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/jruby/ext/set/RubySet$SetMarshal;
            0    3     1          runtime  Lorg/jruby/Ruby;
            0    3     2             type  Lorg/jruby/RubyClass;
            0    3     3  unmarshalStream  Lorg/jruby/runtime/marshal/UnmarshalStream;
            1    3     4           result  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      runtime          
      type             
      unmarshalStream  
}
SourceFile: "RubySet.java"
NestHost: org.jruby.ext.set.RubySet
InnerClasses:
  private final SetMarshal = org.jruby.ext.set.RubySet$SetMarshal of org.jruby.ext.set.RubySet