awesome-android
https://github.com/snowdream/awesome-android
Introduction
android libs from github
System requirements
Android
Notice
If the lib is n...
文章雪梦科技
2016-04-12
7819浏览量
Google protocol buffer简介
Google Protocol Buffer
Google Protocol Buffer又简称Protobuf,它是一种很高效的结构化数据存储格式,一般用于结构化数据的串行化,即我们常说的数据序列化。这种序列化的协议非常轻便高效,而且是跨平台的,目前已支持多种主流语言。通过这种方式序列化得到的二...