开发者

Binary plist Vs normal plist

开发者 https://www.devze.com 2023-01-27 22:14 出处:网络
What are the advantages of sending binary plist over network than simple plist. Also, how fast binary plists 开发者_StackOverflow中文版are to process on client side?They\'re usually significantly smal

What are the advantages of sending binary plist over network than simple plist. Also, how fast binary plists 开发者_StackOverflow中文版are to process on client side?


They're usually significantly smaller, and a bit faster to process, than plists in the XML format; unless you're dealing with a lot of data, the difference in processing time will be negligible.

0

精彩评论

暂无评论...
验证码 换一张
取 消