| commit | f0fc52b59be0bf39912f7b698d9bde26415a6096 | [log] [tgz] |
|---|---|---|
| author | Christopher Wiley <wiley@google.com> | Sat Oct 31 13:22:15 2015 -0700 |
| committer | Christopher Wiley <wiley@google.com> | Sat Oct 31 13:35:32 2015 -0700 |
| tree | 0403cac00cec6a7843b87f84ef6399f233f118a5 | |
| parent | 8ebad13b340921a40a367c9f1808d0c26147e2a6 [diff] |
Fix bug in byte vector serialization
Byte vectors are used by the generated C++ code as the representation
of Java byte[]. This type is serialized as a packed byte array on
the java side.
Bug: 25012838
Test: integration tests for byte[] show this type crossing language
boundaries correctly.
Change-Id: I8bb1b8ffcb77ced44f99f6b370226a32694f7df1