Public Member Functions | |
| T | 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] |
| T Avro.Generic.DatumReader< T >.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.
Implemented in Avro.Specific.SpecificReader< T >, and Avro.Generic.GenericReader< T >.
1.7.6.1