deserialize

abstract fun deserialize(value: Any?): T

Deserializes the value from its configuration format back to type T.

Return

the deserialized object of type T

Parameters

value

the raw value from the configuration