JsonDeserializable

interface JsonDeserializable<T : JsonNode, R>

JSON Deserializable Type

Represents a type that may be deserialized from JSON.

Functions

Link copied to clipboard
abstract fun fromJson(json: T): R

Converts the given JSON into an instance of the parent type.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard