Avro C#
|
Attribute that specifies the mapping between an Avro field and C# class property. More...
Public Member Functions | |
AvroFieldAttribute (string fieldName, Type converter=null) | |
Attribute to hold a field name and optionally a converter. | |
AvroFieldAttribute (Type converter) | |
Used in property name mapping to specify a property type converter for the attribute. | |
Properties | |
string | FieldName [get, set] |
Name of the field in the Avro Schema. | |
IAvroFieldConverter | Converter [get, set] |
Convert the property into a standard Avro type - e.g. DateTimeOffset to long. | |
Attribute that specifies the mapping between an Avro field and C# class property.
|
inline |
Attribute to hold a field name and optionally a converter.
fieldName | |
converter |
|
inline |
Used in property name mapping to specify a property type converter for the attribute.
converter |