public interface GsonService extends Service
Modifier and Type | Method and Description |
---|---|
com.google.gson.Gson |
getGson() |
com.google.gson.Gson |
getGsonNoSerializeNulls() |
com.google.gson.Gson |
getGsonPrettyPrinting() |
com.google.gson.Gson getGson()
com.google.gson.Gson getGsonPrettyPrinting()
getGson()
, but with pretty-printing turned on. Useful for logging.com.google.gson.Gson getGsonNoSerializeNulls()
getGson()
, but with null serialization turned off.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved