Click or drag to resize
IWriterT Interface

[This is preliminary documentation and is subject to change.]

Interface for writing values in transit format.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface IWriter<T>

Type Parameters

T
The type of the values.

The IWriterT type exposes the following members.

Methods
  NameDescription
Public methodWrite
Writes a single value to an output target.
Top
See Also