We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sintXX
fixedXX
sfixedXX
Describe the bug
Protobuf maps with type sint32, sint64, fixed32, fixed64, sfixed32, and sfixed64 can't be serialized & deserialized correctly.
sint32
sint64
fixed32
fixed64
sfixed32
sfixed64
To Reproduce
@ProtoNumber(62) val mapFixed32Fixed32: Map<Int, Int> = emptyMap(), @ProtoNumber(63) val mapFixed64Fixed64: Map<Long, Long> = emptyMap(), @ProtoNumber(64) val mapSfixed32Sfixed32: Map<Int, Int> = emptyMap(), @ProtoNumber(65) val mapSfixed64Sfixed64: Map<Long, Long> = emptyMap(),
Are not serialized / deserialized correctly.
Expected behavior
Should serialize and deserialize correctly.
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Protobuf maps with type
sint32
,sint64
,fixed32
,fixed64
,sfixed32
, andsfixed64
can't be serialized & deserialized correctly.To Reproduce
Are not serialized / deserialized correctly.
Expected behavior
Should serialize and deserialize correctly.
Environment
The text was updated successfully, but these errors were encountered: