public class JsonObjectUtilities extends Object
| Constructor and Description |
|---|
JsonObjectUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
marshall(T bean) |
static <T> T |
unmarshall(Class<T> clazz,
String string) |
public static <T> T unmarshall(Class<T> clazz, String string) throws IOException
IOExceptionpublic static <T> String marshall(T bean)
Copyright © 2007–2016 Andreas Bartels. All rights reserved.