Click or drag to resize
IListReadHandler Interface

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

Provides an IListReader to Transit to use in incrementally parsing a list representation of a value.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public interface IListReadHandler : IReadHandler

The IListReadHandler type exposes the following members.

Methods
  NameDescription
Public methodFromRepresentation
Converts a transit value to an instance of a type.
(Inherited from IReadHandler.)
Public methodListReader
Provides an IListReader that a parser can use to convert a list representation to an instance of a type incrementally.
Top
See Also