Class NoStateExternalizer<T>

    • Constructor Detail

      • NoStateExternalizer

        public NoStateExternalizer()
    • Method Detail

      • writeObject

        public void writeObject​(ObjectOutput output,
                                T object)
                         throws IOException
        Description copied from interface: Externalizer
        Write the object reference to the stream.
        Parameters:
        output - the object output to write to
        object - the object reference to write
        Throws:
        IOException - if an I/O error occurs