随笔分类 -  Opensource

google-gson - A Java library to convert JSON to Java objects and vice-versa
摘要:http://code.google.com/p/google-gson/Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not hav 阅读全文

posted @ 2012-03-13 15:22 androidme 阅读(239) 评论(0) 推荐(1)

protobuf - Protocol Buffers - Google's data interchange format
摘要:http://code.google.com/p/protobuf/Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. 阅读全文

posted @ 2012-03-13 15:18 androidme 阅读(278) 评论(0) 推荐(0)

导航