Expand description
Serde with module for u128 fields.
u128 is never JS-safe as a bare number once it exceeds
Number.MAX_SAFE_INTEGER, so the human-readable (JSON) path stringifies
large values. The binary / Value path keeps the native u128.