Interface Writer<T>


  • public interface Writer<T>
    Interface for writing values in transit format.
    • Method Detail

      • write

        void write​(T o)
        Writes a single value to an output stream
        Parameters:
        o - the value to write