IListReadHandler Interface |
[This is preliminary documentation and is subject to change.]
Namespace: NForza.Transit
public interface IListReadHandler : IReadHandler
The IListReadHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | FromRepresentation |
Converts a transit value to an instance of a type.
(Inherited from IReadHandler.) |
![]() | ListReader |
Provides an IListReader that
a parser can use to convert a list representation to
an instance of a type incrementally.
|