Module swim.codec
Package swim.codec

Interface Debug

    • Method Detail

      • debug

        <T> Output<T> debug​(Output<T> output)
        Writes a developer readable, debug-formatted string representation of this object to output.
        Returns:
        the continuation of the output.
        Throws:
        OutputException - if the output exits the cont state before the full debug string has been written.