标签:
自定义类型适配器需要实现两个接口:
JsonSerializer<T>
JsonDeserializer<T>
和两个方法:
其中 JsonElement 的类层次为:
Gson 基础教程 —— 自定义类型适配器(TypeAdapter)
原文地址:http://www.cnblogs.com/huangcongcong/p/4766358.html