Interface Writable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(java.io.ObjectOutputStream out)
      Writes this object to an ObjectOutputStream.
    • Method Detail

      • write

        void write​(java.io.ObjectOutputStream out)
            throws java.io.IOException
        Writes this object to an ObjectOutputStream.
        Parameters:
        out - the stream
        Throws:
        java.io.IOException - if there is a stream error