public class org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<T> implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private org.eclipse.collections.api.RichIterable<T> richIterable;
    descriptor: Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/api/RichIterable<TT;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            return
        end local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;

  public void <init>(org.eclipse.collections.api.RichIterable<T>);
    descriptor: (Lorg/eclipse/collections/api/RichIterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
        start local 1 // org.eclipse.collections.api.RichIterable iterable
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 1 /* iterable */
            putfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
         2: .line 80
            return
        end local 1 // org.eclipse.collections.api.RichIterable iterable
        end local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
            0    3     1  iterable  Lorg/eclipse/collections/api/RichIterable<TT;>;
    Signature: (Lorg/eclipse/collections/api/RichIterable<TT;>;)V
    MethodParameters:
          Name  Flags
      iterable  

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
        start local 1 // java.io.ObjectOutput out
         0: .line 85
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 86
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
            0    2     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
        start local 1 // java.io.ObjectInput in
         0: .line 91
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.RichIterable
            putfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
         1: .line 92
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
            0    2     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  protected java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
         0: .line 96
            new org.eclipse.collections.impl.SynchronizedRichIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy.richIterable:Lorg/eclipse/collections/api/RichIterable;
            invokespecial org.eclipse.collections.impl.SynchronizedRichIterable.<init>:(Lorg/eclipse/collections/api/RichIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "SynchronizedRichIterable.java"
NestHost: org.eclipse.collections.impl.SynchronizedRichIterable
InnerClasses:
  public SynchronizedRichIterableSerializationProxy = org.eclipse.collections.impl.SynchronizedRichIterable$SynchronizedRichIterableSerializationProxy of org.eclipse.collections.impl.SynchronizedRichIterable