fromJson

fun fromJson(data: String): UFServiceConfigurationV2

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

Return

the UFServiceConfigurationV2 parsed from data

Throws

JsonException

in case of malformed json

kotlinx.serialization.SerializationException

if given input can not be deserialized