| 程序包 | 说明 |
|---|---|
| com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
| 限定符和类型 | 方法和说明 |
|---|---|
JsonObject |
JsonObject.deepCopy() |
JsonObject |
JsonElement.getAsJsonObject()
convenience method to get this element as a
JsonObject. |
JsonObject |
JsonObject.getAsJsonObject(String memberName)
Convenience method to get the specified member as a JsonObject.
|
Copyright © 2015. All Rights Reserved.