public class GsonSerializer extends Object
| Constructor and Description |
|---|
GsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.Gson |
getGson() |
static com.google.gson.Gson |
getGson(boolean keepIds) |
static com.google.gson.GsonBuilder |
getGsonBuilder() |
static com.google.gson.Gson |
getGsonWithIds() |
static com.google.gson.Gson |
getGsonWithoutIds() |
public static com.google.gson.Gson getGson()
public static com.google.gson.GsonBuilder getGsonBuilder()
public static com.google.gson.Gson getGson(boolean keepIds)
public static com.google.gson.Gson getGsonWithIds()
public static com.google.gson.Gson getGsonWithoutIds()
Copyright © 2018. All rights reserved.