Playframework Json リーダー/ライターに暗黙的に渡す最良の方法を知りたい
http://www.playframework.com/documentation/api/2.0/scala/play/api/libs/json/Reads.html
言い換えれば、私は次のようなことができるようになりたいです:
def reads(json: JsValue)(implicit configuration: TenantConfiguration): JsResult[User]
しかし、Reads 特性が一致しないため、この方法では実行できません