Class JsonUtil

java.lang.Object
org.mastodon4j.core.impl.JsonUtil

public final class JsonUtil extends Object
  • Method Details

    • fromJson

      public static <T> T fromJson(CharSequence charSequence, Class<T> typeClass)
    • fromJson

      public static <T> T fromJson(Reader reader, Type runtimeType)
    • toJson

      public static String toJson(Object object)