JsonDeserializable

fun interface JsonDeserializable<T>

Inheritors

Functions

Link copied to clipboard
abstract fun fromJsonString(json: String): Either<SerializationError, T>