given_Encoder_RpcRequest

object given_Encoder_RpcRequest extends Encoder[RpcRequest]
trait Encoder[RpcRequest]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(req: RpcRequest): Json

Inherited methods

final def contramap[B](f: B => RpcRequest): Encoder[B]

Create a new Encoder by applying a function to a value of type B before encoding as an A.

Create a new Encoder by applying a function to a value of type B before encoding as an A.

Inherited from:
Encoder
final def mapJson(f: Json => Json): Encoder[RpcRequest]

Create a new Encoder by applying a function to the output of this one.

Create a new Encoder by applying a function to the output of this one.

Inherited from:
Encoder