Package | Description |
---|---|
com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
Modifier and Type | Method | Description |
---|---|---|
JsonPrimitive |
JsonPrimitive.deepCopy() |
Returns the same value as primitives are immutable.
|
JsonPrimitive |
JsonElement.getAsJsonPrimitive() |
convenience method to get this element as a
JsonPrimitive . |
JsonPrimitive |
JsonObject.getAsJsonPrimitive(java.lang.String memberName) |
Convenience method to get the specified member as a JsonPrimitive element.
|
Copyright © 2018. All rights reserved.