Table of Contents

Namespace TypedRest.CommandLine.IO

Input and output methods for command-line interfaces.

Classes

JsonConsole

Reads from and writes to the default system console (stdin/stdout/stderr) using JSON serialization for objects.

StreamPrinter<TEntity>

Prints a stream of TEntitys to an IConsole.

Interfaces

IConsole

Represents a text input/output device (e.g. a terminal/console) and a serialization strategy for objects.