public class EventJsonParser extends Object
static class
EventJsonParser.ExpressionDeserializer
EventJsonParser.FilterDeserializer
static <T> T
fromJson(String json, Class<T> classOfT)
fromJson(String json, Type typeOfT)
static String
toJson(Object object)
toJson(Object object, Type typeOfT)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T fromJson(String json, Class<T> classOfT)
public static <T> T fromJson(String json, Type typeOfT)
public static String toJson(Object object)
public static String toJson(Object object, Type typeOfT)
Copyright © 2018. All rights reserved.