public class org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy<T> implements java.io.Externalizable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy
  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.collection.MutableCollection<T> mutableCollection;
    descriptor: Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/api/collection/MutableCollection<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.collection.mutable.UnmodifiableCollectionSerializationProxy this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            return
        end local 0 // org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/collection/mutable/UnmodifiableCollectionSerializationProxy<TT;>;

  public void <init>(org.eclipse.collections.api.collection.MutableCollection<T>);
    descriptor: (Lorg/eclipse/collections/api/collection/MutableCollection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy this
        start local 1 // org.eclipse.collections.api.collection.MutableCollection collection
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* collection */
            putfield org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy.mutableCollection:Lorg/eclipse/collections/api/collection/MutableCollection;
         2: .line 35
            return
        end local 1 // org.eclipse.collections.api.collection.MutableCollection collection
        end local 0 // org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/collection/mutable/UnmodifiableCollectionSerializationProxy<TT;>;
            0    3     1  collection  Lorg/eclipse/collections/api/collection/MutableCollection<TT;>;
    Signature: (Lorg/eclipse/collections/api/collection/MutableCollection<TT;>;)V
    MethodParameters:
            Name  Flags
      collection  

  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.collection.mutable.UnmodifiableCollectionSerializationProxy this
        start local 1 // java.io.ObjectOutput out
         0: .line 40
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy.mutableCollection:Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 41
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/collection/mutable/UnmodifiableCollectionSerializationProxy<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.collection.mutable.UnmodifiableCollectionSerializationProxy this
        start local 1 // java.io.ObjectInput in
         0: .line 46
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.collection.MutableCollection
            putfield org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy.mutableCollection:Lorg/eclipse/collections/api/collection/MutableCollection;
         1: .line 47
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/collection/mutable/UnmodifiableCollectionSerializationProxy<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=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy this
         0: .line 51
            aload 0 /* this */
            getfield org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy.mutableCollection:Lorg/eclipse/collections/api/collection/MutableCollection;
            invokeinterface org.eclipse.collections.api.collection.MutableCollection.asUnmodifiable:()Lorg/eclipse/collections/api/collection/MutableCollection;
            areturn
        end local 0 // org.eclipse.collections.impl.collection.mutable.UnmodifiableCollectionSerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/collection/mutable/UnmodifiableCollectionSerializationProxy<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Externalizable;
SourceFile: "UnmodifiableCollectionSerializationProxy.java"