
http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
Parsing method of JSON and protocol buffer at the Android platform
오범혁 Graduate School of Convergence IT, Korea Universit 2012 국내석사
As people who use the Internet through the smart phone increased, they started to complain about service speed. To fulfill such user requirement, several kinds of data-formats emerged such as XML. And to improve data transfer rate among servers which can satisfy users’ request and the device which the users use, another data-format called JSON was developed. Recently, Google developed a new data-format called Protocol Buffer. Our purpose was to offer users several kinds of knowledge about data-formats especially parsing method of three data-format and, through the experiments comparing between XML, JSON and Protocol Buffer, show that our parsing method was right or wrong and which one is the fastest data-format. To do this, we developed streaming server, parsing server and Android Application. By using these developments, we did experiments that compared three data-formats and observed that our development was useful when developers use our method and Protocol Buffer, above all other data-formats, is the fastest. Also at this paper, we explained the architecture of the new data-format and the method how can convert data-format and its’ example.