Skip to content

IntegerValue should capture the size of the integer #38

@velvia

Description

@velvia

The MessagePack serialized format knows the size of an Int, whether it's 8, 16, 32, or 64 bits. However the current IntegerValue class loses this information, and it forces the user to pick the right method, getShort, getInt, etc. It would be nice for IntegerValue to capture the original size of the integer when deserializing, and the same thing when it serializes.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions