decoder property

JsonRpcClientDecoder<R> decoder
final

Converts the incoming responses of type R to JSON.

Implementation

final JsonRpcClientDecoder<R> decoder;