English 中文(简体)
Go integration with Protocol Buffers?
原标题:

After a quick look at the documentation, I immediately started to think about integration with existing languages and applications and was wondering whether support would be provided for Protocol Buffers?

最佳回答

They will be fully supported in the next release. Read their FAQ in docs

问题回答

Ok, this is an old question. But since I ended up here with the same question and found a more up to date answer, let me post what I found:

http://code.google.com/p/goprotobuf/

I d be very surprised if there didn t exist a Protocol Buffers library for Go already internally. (I don t know for sure, and I m not going to check as then it would be confidential :)

However, it s quite possible that it s a proto1 library rather than the open-sourced proto2.

I m sure someone somewhere will port proto2 to Go, whether that s someone internal or external.

Protocol buffers are now fully supported in Go. The official Go library can be found at github.com/golang/protobuf.





相关问题
Serializing a List of objects using Protobuf-net

I ve been looking to do some binary serialization to file and protobuf-net seems like a well-performing alternative. I m a bit stuck in getting started though. Since I want to decouple the definition ...

How to use protocol buffers?

Could someone please help and tell me how to use protocol buffers. Actually I want to exchange data through sockets between a program running on unix and anoother running on windows in order to run ...

Using Protocol buffer as general Data object?

We re introducing protocol buffers as the new transport for some back end RPC services. Because there s resistance to manually shuttling data between different forms of similar objects, I can forsee ...

Go integration with Protocol Buffers?

After a quick look at the documentation, I immediately started to think about integration with existing languages and applications and was wondering whether support would be provided for Protocol ...

Android and Protocol Buffers

I am writing an Android application that would both store data and communicate with a server using protocol buffers. However, the stock implementation of protocol buffers compiled with the LITE flag (...

热门标签