parse

@ApiStatus.OverrideOnly()
@NotNull()
public abstract @NotNull() T parse(@NotNull() @NotNull() Gson gson, @NotNull() @NotNull() JsonObject jsonObject, @Nullable() @Nullable() T parent)(source)

Attempts to parse the JSON data and return a provider for an iota renderer. Throws IllegalArgumentException or com.google.gson.JsonParseException if the input is invalid.