[This is preliminary documentation and is subject to change.]
Interface for writing values in transit format.
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntaxpublic interface IWriter<T>
Type Parameters
- T
- The type of the values.
The IWriterT type exposes the following members.
Methods
| Name | Description |
---|
 | Write |
Writes a single value to an output target.
|
Top
See Also