Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 11 years ago.
答案完全取决于您的问题领域。 Java 具有可用于读取 XML、JSON 和许多其他协议的库。
您需要问这样的问题:
The answer is completely dependent on your problem domain. Java has libraries available for reading XML, JSON and a host of other protocols.
You need to be asking questions like:
您可以使用其中任何一个,JSON 是基于 Web 的消息的新标准,并且有大量 Java 库可以有效地处理 JSON。
You can use either, JSON is the new standard for web-based messages and there are plenty of Java libraries to handle JSON efficiently.
这里没有一站完美适合,但也许 Google 的 protobuf 是一个好主意?
有一个本机 C++ 编译器,它可能对您没有用处;不过,您可能可以使用一个活跃的 protobuf-c 实现。
There's no one stop perfect fit here, but maybe Google's protobuf is a good idea?
There's a native C++ compiler, which is probably of no use to you; there's an active protobuf-c implementation that you might be able to use, though.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
答案完全取决于您的问题领域。 Java 具有可用于读取 XML、JSON 和许多其他协议的库。
您需要问这样的问题:
The answer is completely dependent on your problem domain. Java has libraries available for reading XML, JSON and a host of other protocols.
You need to be asking questions like:
您可以使用其中任何一个,JSON 是基于 Web 的消息的新标准,并且有大量 Java 库可以有效地处理 JSON。
You can use either, JSON is the new standard for web-based messages and there are plenty of Java libraries to handle JSON efficiently.
这里没有一站完美适合,但也许 Google 的 protobuf 是一个好主意?
有一个本机 C++ 编译器,它可能对您没有用处;不过,您可能可以使用一个活跃的 protobuf-c 实现。
There's no one stop perfect fit here, but maybe Google's protobuf is a good idea?
There's a native C++ compiler, which is probably of no use to you; there's an active protobuf-c implementation that you might be able to use, though.