Interface JsonElementWriter<T>

    • Method Detail

      • write

        void write​(T object)
            throws IOException

        write.

        Parameters:
        object - a T object.
        Throws:
        IOException - if any.