-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-2980] Replace gob with proto for QueryResult
QueryResults (i.e., KV and KeyModification structs) are serialized using gob in the peer and deserialized in golang chaincode shim. As gob encoding is not supported in java, this CR replaces gob with proto (provided that QueryResults are defined as protobuf message -- https://gerrit.hyperledger.org/r/#/c/7687/). Change-Id: Ice9133fdc30a59397aa0670050401502150f60f5 Signed-off-by: senthil <cendhu@gmail.com> Signed-off-by: Luis Sanchez <sanchezl@us.ibm.com>
- Loading branch information
Showing
2 changed files
with
13 additions
and
22 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