public class JSONUtil extends Object
JSONUtil()
static <T> T
deserialize(String jsonString, Class<T> DeserializeClass)
static String
serialize(Object objectToBeSerialized)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JSONUtil()
public static <T> T deserialize(String jsonString, Class<T> DeserializeClass) throws Exception
Exception
public static String serialize(Object objectToBeSerialized) throws Exception
Copyright © 2015 AskFast BV. All rights reserved.