Module swim.codec
Package swim.codec

Interface Display

    • Method Detail

      • display

        <T> Output<T> display​(Output<T> output)
        Writes a human readable, display-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 display string has been written.