Interface ObjectWriter

    • Method Detail

      • write

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