aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/parse_json.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-16 17:03:40 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-16 17:03:40 -0700
commit909dd6ec8bf41d16073d98b891c8178d5cbd0936 (patch)
tree63f5ecc7a2cd4876dfdb226b013a2a030a8e0f5e /test/cpp/qps/parse_json.h
parent560875239e4ce883b9c02d0bf003ce07d430154b (diff)
parent2a69beffaae1864bfe22759da742d65c1e044b1f (diff)
Merge branch 'master' of github.com:grpc/grpc into simplify_compression_interop
Diffstat (limited to 'test/cpp/qps/parse_json.h')
-rw-r--r--test/cpp/qps/parse_json.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/qps/parse_json.h b/test/cpp/qps/parse_json.h
index 42d7d22c53..ce1821f961 100644
--- a/test/cpp/qps/parse_json.h
+++ b/test/cpp/qps/parse_json.h
@@ -43,6 +43,9 @@ namespace testing {
void ParseJson(const grpc::string& json, const grpc::string& type,
GRPC_CUSTOM_MESSAGE* msg);
+grpc::string SerializeJson(const GRPC_CUSTOM_MESSAGE& msg,
+ const grpc::string& type);
+
} // testing
} // grpc