decode

open override fun <T> decode(content: Content, type: TypeRef<T>): T

Decodes the wire representation into the entity based on the data format.

Return

the decoded entity.

Parameters

content

the wire representation to decode.

type

the desired result type.