com.atlassian.aws.utils
Class JsonUtils
java.lang.Object
com.atlassian.aws.utils.JsonUtils
public class JsonUtils
- extends Object
|
Field Summary |
static com.google.gson.Gson |
gson
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gson
public static com.google.gson.Gson gson
JsonUtils
public JsonUtils()
fromJson
public static <T> T fromJson(String json,
Class<T> classOfT)
throws com.google.gson.JsonSyntaxException
- Throws:
com.google.gson.JsonSyntaxException
toJson
public static String toJson(Object userData)
Copyright © 2015 Atlassian. All rights reserved.