Etan Kissling ed4440d881
use string value when encoding enums (#55)
Currently, we encode enum values always as the numeric value `ord(val)`.
unless explicitly overridden using `serializesAsTextInJson` or with a
custom `writeValue` implementation. Reduce verbosity by automatically
doing that.
2023-05-27 12:42:08 +03:00
..
2020-12-24 16:04:58 +07:00
2019-01-11 15:33:32 +02:00
2021-12-15 13:17:38 +02:00
2021-12-15 13:17:38 +02:00