Package | Description |
---|---|
com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
Modifier and Type | Field | Description |
---|---|---|
static JsonNull |
JsonNull.INSTANCE |
singleton for JsonNull
|
Modifier and Type | Method | Description |
---|---|---|
JsonNull |
JsonNull.deepCopy() |
Returns the same instance since it is an immutable value
|
JsonNull |
JsonElement.getAsJsonNull() |
convenience method to get this element as a
JsonNull . |
Copyright © 2018. All rights reserved.