Interface JSONUnmarshaler<T>


  • public interface JSONUnmarshaler<T>
    • Method Detail

      • fromJSON

        @NotNull
        T fromJSON​(@NotNull
                   @NotNull com.google.gson.Gson gson,
                   @NotNull
                   @NotNull com.google.gson.JsonElement json)