Go与Protocol Buffers的集成?

huangapple go评论89阅读模式
英文:

Go integration with Protocol Buffers?

问题

在快速查看了文档之后,我立即开始考虑与现有语言和应用程序的集成,并想知道是否会提供对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?

答案1

得分: 6

好的,这是一个老问题。但是既然我以同样的问题来到这里并找到了一个更加更新的答案,让我分享一下我找到的内容:

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

英文:

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/

答案2

得分: 5

他们将在下一个版本中得到全面支持。阅读他们在文档中的常见问题解答

英文:

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

答案3

得分: 1

如果Go语言内部还没有Protocol Buffers库,我会非常惊讶。(我不确定,也不会去查,因为那样会涉及机密信息:)

然而,很有可能是proto1库而不是开源的proto2。

我相信总会有人将proto2移植到Go语言,无论是内部人员还是外部人员。

英文:

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 Go与Protocol Buffers的集成?

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.

答案4

得分: 0

协议缓冲区(Protocol buffers)现在在Go语言中得到了完全支持。官方的Go库可以在github.com/golang/protobuf找到。

英文:

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

huangapple
  • 本文由 发表于 2009年11月14日 05:22:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/1732015.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定