Package ejava.util.json
Class JsonbUtil
- java.lang.Object
-
- ejava.util.json.JsonbUtil
-
public class JsonbUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonbUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Jsonb
getContext(Class<?> type)
static <T> String
marshal(T object)
static <T> T
unmarshal(String string, Class<T> type)
static <T> T
unmarshall(InputStream is, Class<T> type)
-