protocol buffer
zldeng_scir
菜鸟!
展开
-
protocol buffer Developer Guide-overvie
Developer Guide Welcome to the developer documentation for protocol buffers – a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protoco转载 2015-04-01 17:09:10 · 677 阅读 · 0 评论 -
Protocol Buffers Developer Guide-Style Guide
This document provides a style guide for .proto files. By following these conventions, you'll make your protocol buffer message definitions and their corresponding classes consistent and easy to read.转载 2015-04-01 19:38:46 · 574 阅读 · 0 评论 -
Protocol Buffers Developer Guide-Tutorials -C++ Tutorial
This tutorial provides a basic C++ programmer's introduction to working with protocol buffers. By walking through creating a simple example application, it shows you how to Define message formats转载 2015-04-01 19:40:58 · 850 阅读 · 0 评论 -
protocol buffer Developer Guide-Language Guide
Defining A Message Type Scalar Value Types Optional And Default Values Enumerations Using Other Message Types Nested Types Updating A Message Type Extensions Oneof Maps Packages转载 2015-04-01 17:51:06 · 1036 阅读 · 0 评论 -
Protocol Buffers Developer Guide-API Reference --C++ Generated Code
Compiler Invocation Packages Messages Fields Oneof Enumerations Extensions Arena Allocation Services Plugin Insertion Points This page describes exactly what C++ code the protocol bu转载 2015-04-02 14:27:24 · 1085 阅读 · 0 评论 -
Google protocol buffer多线程锁问题
最近项目中使用到了google protocol buffer作为数据传输格式,google protocol buffer(PB)相对于json来说序列化和反序列化速度都比较快。google protocol buffer的介绍详见:点击打开链接。 项目中的使用场景是存在一批数量比较多的数据pair,key为string,value为一个结构体,使用protocol buffer进行存储。使用原创 2015-08-10 17:03:59 · 1999 阅读 · 0 评论