public class JsonSerializer extends Object
public static String serialize(Object object) throws IllegalArgumentException
public static Object deserialize(String json) throws ParseException
json
- the json string which will be deserializedParseException
- thrown when parsing a illegal json textCopyright © 2017. All rights reserved.