fromJson

fun fromJson(data: String): UFServiceConfiguration

Deserializes given json data into a corresponding object of type UFServiceConfiguration.

Throws

JsonException

in case of malformed json

kotlinx.serialization.SerializationException

if given input can not be deserialized