Click or drag to resize
IDefaultReadHandlerT Interface

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

Processes a non-decodable transit value.

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:NForza.Transit.IDefaultReadHandler`1"]

The IDefaultReadHandlerT type exposes the following members.

Methods
  NameDescription
Public methodFromRepresentation
Reads a transit representation that cannot otherwise be read.
Top
See Also