Class NoStateExternalizer<T>

    • Constructor Detail

      • NoStateExternalizer

        public NoStateExternalizer()
    • Method Detail

      • writeObject

        public void writeObject​(java.io.ObjectOutput output,
                                T object)
                         throws java.io.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:
        java.io.IOException - if an I/O error occurs