Gson 简明教程
Google Gson Tutorial
Google Gson 是 Google 开发的一个基于 Java 的开源库。它便于将 Java 对象序列化为 JSON,反之亦然。本教程采用简单直观的方式,描述 Google Gson 的基本到高级概念,以及如何使用它的 API。
Google Gson is an open source, Java-based library developed by Google. It facilitates serialization of Java objects to JSON and vice versa. This tutorial adopts a simple and intuitive way to describe the basic-to-advanced concepts of Google Gson and how to use its APIs.