| Avro C#
    | 
Generic wrapper class for writing data from specific objects More...
 
  
| Public Member Functions | |
| ReflectWriter (Schema schema, ClassCache cache=null) | |
| Constructor  More... | |
| ReflectWriter (ReflectDefaultWriter writer) | |
| Constructor with already created default writer.  More... | |
| void | Write (T value, Encoder encoder) | 
| Serializes the given object using this writer's schema.  More... | |
| Properties | |
| ReflectDefaultWriter | Writer  [get] | 
| Default writer  More... | |
| Schema | Schema  [get] | 
| The schema  More... | |
|  Properties inherited from Avro.Generic.DatumWriter< T > | |
| Schema | Schema  [get] | 
| Schema used to write the data.  More... | |
Generic wrapper class for writing data from specific objects
| T | type name of specific object | 
| 
 | inline | 
Constructor
| schema | |
| cache | 
| 
 | inline | 
Constructor with already created default writer.
| writer | 
| 
 | inline | 
Serializes the given object using this writer's schema.
| value | The value to be serialized | 
| encoder | The encoder to use for serializing | 
Implements Avro.Generic.DatumWriter< T >.
| 
 | get | 
The schema
| 
 | get | 
Default writer
 1.8.17
 1.8.17