Certain enums should serialize to integer
Closed this issue · 2 comments
PoorRican commented
According to spec, many of the enum
's used should in fact serialize to an integer instead of to a string
PoorRican commented
The official example serializing an enum as a number should be used as a reference and implemented.
PoorRican commented
Is the original ENUMERATED
type represented as a string or an integer?