Click or drag to resize
IDictionaryReadHandler Interface

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

Provides a IDictionaryReader to Transit to use in incrementally parsing a map representation of a value.

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

The IDictionaryReadHandler type exposes the following members.

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