Interface InputConverter<T>

    • Method Detail

      • read

        T read()
        Reads an object from a certain input source and returns it.
        Returns:
        An object read from a certain input source.