class org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20130226

  private final boolean wrapRows;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean wrapColumns;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.math3.ml.neuralnet.SquareNeighbourhood neighbourhood;
    descriptor: Lorg/apache/commons/math3/ml/neuralnet/SquareNeighbourhood;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double[][][] featuresList;
    descriptor: [[[D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(boolean, boolean, org.apache.commons.math3.ml.neuralnet.SquareNeighbourhood, double[][][]);
    descriptor: (ZZLorg/apache/commons/math3/ml/neuralnet/SquareNeighbourhood;[[[D)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy this
        start local 1 // boolean wrapRows
        start local 2 // boolean wrapColumns
        start local 3 // org.apache.commons.math3.ml.neuralnet.SquareNeighbourhood neighbourhood
        start local 4 // double[][][] featuresList
         0: .line 606
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 610
            aload 0 /* this */
            iload 1 /* wrapRows */
            putfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.wrapRows:Z
         2: .line 611
            aload 0 /* this */
            iload 2 /* wrapColumns */
            putfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.wrapColumns:Z
         3: .line 612
            aload 0 /* this */
            aload 3 /* neighbourhood */
            putfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.neighbourhood:Lorg/apache/commons/math3/ml/neuralnet/SquareNeighbourhood;
         4: .line 613
            aload 0 /* this */
            aload 4 /* featuresList */
            putfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.featuresList:[[[D
         5: .line 614
            return
        end local 4 // double[][][] featuresList
        end local 3 // org.apache.commons.math3.ml.neuralnet.SquareNeighbourhood neighbourhood
        end local 2 // boolean wrapColumns
        end local 1 // boolean wrapRows
        end local 0 // org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/apache/commons/math3/ml/neuralnet/twod/NeuronSquareMesh2D$SerializationProxy;
            0    6     1       wrapRows  Z
            0    6     2    wrapColumns  Z
            0    6     3  neighbourhood  Lorg/apache/commons/math3/ml/neuralnet/SquareNeighbourhood;
            0    6     4   featuresList  [[[D
    MethodParameters:
               Name  Flags
      wrapRows       
      wrapColumns    
      neighbourhood  
      featuresList   

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy this
         0: .line 622
            new org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.wrapRows:Z
         1: .line 623
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.wrapColumns:Z
         2: .line 624
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.neighbourhood:Lorg/apache/commons/math3/ml/neuralnet/SquareNeighbourhood;
         3: .line 625
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy.featuresList:[[[D
         4: .line 622
            invokespecial org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D.<init>:(ZZLorg/apache/commons/math3/ml/neuralnet/SquareNeighbourhood;[[[D)V
            areturn
        end local 0 // org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/ml/neuralnet/twod/NeuronSquareMesh2D$SerializationProxy;
}
SourceFile: "NeuronSquareMesh2D.java"
NestHost: org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D
InnerClasses:
  private SerializationProxy = org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D$SerializationProxy of org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D