-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several bug fixes for serialization or nested/repeated messages (#387)
* Fix serialization issues with repeated messages. * - Enable toggle for EfficientMessageCopy again in C++ code. - Fixing serialization issues related to repeated string and message fields where the tag/field number requires more than one byte - Fix repeated string/message serialization where data on the wire isn't sent in a contiguous block. * Undo accidental submission of file. * Replacing tabs with spaces. * Update CalculateTagWireSize so that it handles tag sizes larger than 2 bytes. * Using constant instead of local variable for dimension size.
- Loading branch information
1 parent
e9b48fa
commit 76f6a0c
Showing
10 changed files
with
305 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.