NumberCodec
Represents a codec for encoding and decoding numbers and bigints.
- The encoded value can be either a
number
or abigint
. - The decoded value will always be either a
number
orbigint
, depending on the implementation.
Represents a codec for encoding and decoding numbers and bigints.
number
or a bigint
.number
or bigint
, depending on the implementation.