readFrom

abstract suspend fun readFrom(source: BufferedSource): T(source)

Unmarshal object from source.

Parameters

source

the BufferedSource with the data to deserialize