Class NeuronString.SerializationProxy

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    NeuronString

    private static class NeuronString.SerializationProxy
    extends java.lang.Object
    implements java.io.Serializable
    Serialization.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double[][] featuresList
      Neurons' features.
      private static long serialVersionUID
      Serializable.
      private boolean wrap
      Wrap.
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializationProxy​(boolean wrap, double[][] featuresList)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.Object readResolve()
      Custom serialization.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serializable.
        See Also:
        Constant Field Values
      • wrap

        private final boolean wrap
        Wrap.
      • featuresList

        private final double[][] featuresList
        Neurons' features.
    • Constructor Detail

      • SerializationProxy

        SerializationProxy​(boolean wrap,
                           double[][] featuresList)
        Parameters:
        wrap - Whether the dimension is wrapped.
        featuresList - List of neurons features. neuronList.
    • Method Detail

      • readResolve

        private java.lang.Object readResolve()
        Custom serialization.
        Returns:
        the Neuron for which this instance is the proxy.