protocol-buffers
Which serialization for sending protobuf via sockets in C++?
Which kind of serialization is the most meaningful when sending serialized protobuf data via开发者_开发知识库 socket in C++? I use boost sockets.[详细]
2023-02-25 09:55 分类:问答Which format to create logs in profilers?
In the profiler I am writing, which is in fact a JV开发者_StackOverflow社区MTI agent for Java programs, I need a format to log the events collected. Further these logs have to be send to a socket and[详细]
2023-02-24 20:10 分类:问答c++ network serialization [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-24 09:10 分类:问答About ProtocolBuffers on iPhone
hii am a chinese iOS Engineer. and i am trying to run protocol buffers on iphone, and i download the metasyntactic project from google code, and do follow your introduction.[详细]
2023-02-24 04:29 分类:问答protobuf-net bare minimum to encode strings and numbers
I\'ve looked through both protobuf-net by Marc Gravell and Jon Skeet however they seem to do a lot more than what I\'m looking for, plus I\'m having issues running their code (getting System & Sys[详细]
2023-02-23 13:52 分类:问答How to get class file from protoc.exe
I am trying to use protocol buffers for my first time. I am following the tutorial provided by google. The *.proto I make is as follows:[详细]
2023-02-22 21:10 分类:问答Storing multiple messages in one protocol buffer binary file
I have repeating messages which I want to store in a single file. Currently I have to wrap this repeating message in anot开发者_Python百科her message. Is there a way around this?[详细]
2023-02-22 16:38 分类:问答Storing 4 int32 values inside each PB message as 4 different variables 'instead of using repeated' to avoid parsing back as ''List of Integers''
For my usecase of Protocol Buffers, I need to seria开发者_如何学Clize 4 integers(at max.) inside each protocol buffer message. I want that when I retrieve those 4 integers from message, I get them as[详细]
2023-02-21 22:03 分类:问答Send ProtocolBuffer Message.Builder to another machine via RMI
I have the following pesudocode: public void sendPB(ObjectId userId, Messa开发者_开发技巧ge.Builder mb) {[详细]
2023-02-21 02:13 分类:问答Generate C# from proto files and vice versa interpreting custom options
I\'m using protobuf-net, and I\'m trying to: 开发者_如何转开发 Generate a C# class from a .proto file[详细]
2023-02-20 18:37 分类:问答