PoorRican/ncbi-rs

Certain enums should serialize to integer

Closed this issue · 2 comments

According to spec, many of the enum's used should in fact serialize to an integer instead of to a string

The official example serializing an enum as a number should be used as a reference and implemented.

Is the original ENUMERATED type represented as a string or an integer?