readFrom

abstract suspend fun readFrom(input: InputStream): T(source)

Unmarshal object from stream.

Parameters

input

the InputStream with the data to deserialize