deserialize

abstract fun deserialize(value: T): R

From the input value of type T, this method should produce an output of type R

Return

The new instance of type R

Parameters

value

The value to use to compute the result