public class JsonUtils extends Object
public static String serialize(Object value) throws com.fasterxml.jackson.core.JsonProcessingException
value - : Object need serializecom.fasterxml.jackson.core.JsonProcessingExceptionpublic static <T> T deserialize(String value, Class<T> clazz) throws IOException
value - : String need to be deserialized.clazz - : Class objectTIOExceptionCopyright © 2018. All rights reserved.