EnumBehavior
enumerationAssembly | Chr.Avro |
---|---|
Namespace | Chr.Avro.Abstract |
Signature |
|
Base | Enum |
EnumBehavior
Integral
IntSchema
or LongSchema
based on the enum type’s
underlying integral type. This behavior will be used for flag enums regardless of the
behavior selected.EnumBehavior
Nominal
StringSchema
.EnumBehavior
Symbolic
EnumSchema
with a symbol for each enum type member.