Provide derived enum encoder/decoder
Closed this issue · 1 comments
markus1189 commented
The default derivation for an ObjectScynamoEncoder
/-Decoder
encodes all case object
of a sealed trait as an AttributeValue
with the magic type tag.
We could provide an alternative semiauto derivation method that uses the toString
representation to encode and decode
markus1189 commented
We now have a ScynamoEnumCodec