@Deprecated public class GsonWrapper extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T |
deserializeJson(String json,
Class<T> type)
Deprecated.
Creates an Object of the given type using the Json String
|
static String |
getString(Object obj)
Deprecated.
Turns Objects into Json Strings
|
static void |
overwriteGsonInstance(com.google.gson.Gson replacement)
Deprecated.
|
Copyright © 2015–2024 tr7zw. All rights reserved.