Click or drag to resize
IReadHandler Interface

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

Converts a transit representation to an instance of a type; if type implements IListReadHandler or IDictionaryReadHandler to support incremental parsing of representation, that interface will be used instead.

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

The IReadHandler type exposes the following members.

Methods
  NameDescription
Public methodFromRepresentation
Converts a transit value to an instance of a type.
Top
See Also