Interface ObjectWriter

    • Method Summary

      Modifier and Type Method and Description
      void write(Object object)
      Writes an object to an output.
    • Method Detail

      • write

        void write(Object object)
            throws IOException
        Writes an object to an output.
        Parameters:
        object - the Object to write
        Throws:
        IOException - in case input/output fails, details are defined by the implementation