Class SerializableOne

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SerializableFive

    public class SerializableOne
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated.
    As of 1.4.9 use JMH instead
    Serializable class containing one basic types.
    Since:
    1.4
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String one
      Deprecated.
       
      private static long serialVersionUID
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializableOne​(java.lang.String one)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      private void readObject​(java.io.ObjectInputStream in)
      Deprecated.
       
      private void writeObject​(java.io.ObjectOutputStream out)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
      • one

        private java.lang.String one
        Deprecated.
    • Constructor Detail

      • SerializableOne

        public SerializableOne​(java.lang.String one)
        Deprecated.
    • Method Detail

      • writeObject

        private void writeObject​(java.io.ObjectOutputStream out)
                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • readObject

        private void readObject​(java.io.ObjectInputStream in)
                         throws java.io.IOException,
                                java.lang.ClassNotFoundException
        Deprecated.
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object