The library serializes every enumerator as an `int`, which leads to truncation if the underlying type of the `enum` is larger.
The library serializes every enumerator as an
int, which leads to truncation if the underlying type of theenumis larger.