
JSON
JikeiLiu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用BASE64压缩byte[]到GSON
接上一篇/* * GOSN常用类 * To change this template, choose Tools | Templates * and open the template in the editor. */ package cn.brtx.carsharing.tools; import com.google.gson.Gson; import com.google.gso原创 2011-12-22 20:09:23 · 3995 阅读 · 0 评论 -
基于base64的GSON的数据压缩
在客户端和服务端交互使用JSON的时候,有byte[]类型的数据时候,JSON字符串会成倍增长,每个字节都会转变成0x..的字符串 ,增加了数据交互的文件传输量。 /* * GOSN常用类 * To change this template, choose Tools | Templates * and open the template in the editor. */ packag原创 2011-12-22 12:52:04 · 2536 阅读 · 0 评论