public class DefaultGsonService extends Object implements GsonService
| Constructor and Description |
|---|
DefaultGsonService() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.Gson |
getGson() |
com.google.gson.Gson |
getGsonNoSerializeNulls() |
public com.google.gson.Gson getGson()
getGson in interface GsonServicepublic com.google.gson.Gson getGsonNoSerializeNulls()
getGsonNoSerializeNulls in interface GsonServiceGsonService.getGson(), but with null serialization turned off.Copyright © 2006–2016 Hibernate. All rights reserved.