public static interface MarshallingWrapper.Marshaller
Modifier and Type | Method and Description |
---|---|
Object |
fromJSON(String json) |
<K,V> Map<K,V> |
fromJSON(String json,
Class<?> type,
Class<K> mapKeyType,
Class<V> mapValueType) |
<T> T |
fromJSON(String json,
Class<T> type) |
<T> T |
fromJSON(String json,
Class<T> type,
Class<?> elementType) |
String |
toJSON(List<?> arr) |
String |
toJSON(Map<Object,Object> obj) |
String |
toJSON(Object obj) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.