Interface Readable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void read​(java.io.ObjectInputStream in)
      Reads this object from an ObjectInputStream.
    • Method Detail

      • read

        void read​(java.io.ObjectInputStream in)
           throws java.io.IOException
        Reads this object from an ObjectInputStream.
        Parameters:
        in - the stream
        Throws:
        java.io.IOException - if there is a stream error