moia-oss/scynamo

Provide derived enum encoder/decoder

Closed this issue · 1 comments

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

We now have a ScynamoEnumCodec