程序包 com.google.gson

This package provides the Gson class to convert Json to Java and vice-versa.

请参阅: 说明

程序包com.google.gson的说明

This package provides the Gson class to convert Json to Java and vice-versa.

The primary class to use is Gson which can be constructed with new Gson() (using default settings) or by using GsonBuilder (to configure various options such as using versioning and so on).

作者:
Inderjeet Singh, Joel Leitch

Copyright © 2015. All Rights Reserved.