IOutputFormatter Rozhraní

Definice

Zapíše objekt do výstupního datového proudu.

public interface class IOutputFormatter
public interface IOutputFormatter
type IOutputFormatter = interface
Public Interface IOutputFormatter
Odvozené

Metody

CanWriteResult(OutputFormatterCanWriteContext)

Určuje, zda toto IOutputFormatter může serializovat objekt zadaného typu.

WriteAsync(OutputFormatterWriteContext)

Zapíše objekt reprezentovaný context vlastností objektu.

Platí pro