Serializes integral types into TOML Integer values.
TomlEncodingException when value is out of range of valid TOML Integers (can only happen when T is ulong).
See Implementation
Serializes integral types into TOML Integer values.