Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | Properties
Avro.Generic.DatumReader< T > Interface Template Reference
Inheritance diagram for Avro.Generic.DatumReader< T >:
Avro.Generic.GenericReader< T > Avro.Specific.SpecificReader< T >

List of all members.

Public Member Functions

Read (T reuse, Decoder decoder)
 Read a datum. Traverse the schema, depth-first, reading all leaf values in the schema into a datum that is returned. If the provided datum is non-null it may be reused and returned.

Properties

Schema ReaderSchema [get]
Schema WriterSchema [get]

template<T>
interface Avro::Generic::DatumReader< T >


Member Function Documentation

template<T >
T Avro.Generic.DatumReader< T >.Read ( reuse,
Decoder  decoder 
)

Read a datum. Traverse the schema, depth-first, reading all leaf values in the schema into a datum that is returned. If the provided datum is non-null it may be reused and returned.

Implemented in Avro.Specific.SpecificReader< T >, and Avro.Generic.GenericReader< T >.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties