public class JsonUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
toJSON(Collection<T> objects,
Class<? extends T> objectClazz,
Class<? extends com.google.gson.JsonSerializer<T>> adptorClazz) |
static <T> String |
toJSON(T object,
Class<? extends com.google.gson.JsonSerializer<T>> adptorClazz) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.