| Package | Description |
|---|---|
| com.google.gson |
This package provides the
Gson class to convert Json to Java and
vice-versa. |
| Modifier and Type | Method | Description |
|---|---|---|
Gson |
GsonBuilder.create() |
Creates a
Gson instance based on the current configuration. |
| Modifier and Type | Method | Description |
|---|---|---|
<T> TypeAdapter<T> |
TypeAdapterFactory.create(Gson gson,
TypeToken<T> type) |
Returns a type adapter for
type, or null if this factory doesn't
support type. |
Copyright © 2018. All rights reserved.