Thrift 支持 C++ 中的 JSON和 Java,C# 支持是否在某个地方存在?
正如问题所问,是否有任何已知的 C# 支持通过 Thrift 编写(不关心读取)JSON。
As the question asks, is there any know C# support for writing (don't care about reading) JSON via Thrift.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从 Thrift 0.9.1 开始,C# JSON 支持已标记为完整,如下所示:
http://wiki.apache.org/thrift/LibraryFeatures
C# JSON support is marked complete as of Thrift 0.9.1, as seen here:
http://wiki.apache.org/thrift/LibraryFeatures
是的,有一个 Thrift C# api,其中很多与 Cassandra 相关
http://www.ridgway.co.za/archive/2009/11/06/net-developers-guide-to-getting-started-with -cassandra.aspx
http://wiki.apache.org/cassandra/ ThriftExamples#C.23
Yes, there is a Thrift C# api, a lot of it is associated with Cassandra
http://www.ridgway.co.za/archive/2009/11/06/net-developers-guide-to-getting-started-with-cassandra.aspx
http://wiki.apache.org/cassandra/ThriftExamples#C.23