simc/crimson

Doesn't encode @JsonName value for enum while serializing

aarjan opened this issue · 0 comments

aarjan commented

When encoding any enum field with JsonName annotation, the annotated name is not serialized to output, rather just the enum value.name is used.