akka/akka-http

Can we provide implicit to make Marshal JsValue => Message work?

开放

#2,027 创建于 2018年5月22日

 (1 条评论) (3 个反应) (0 位负责人)Scala (598 个派生)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:http:marshalling

仓库指标

星标
 (1,311 个星标)
PR 合并指标
 (平均合并 1天 10小时) (30 天内合并 2 个 PR)

描述

Likely we could provide another marshaller to make it easier to render TextMessage when one has defined a jsonFormat for a given type.

To enable: val outgoing = Marshal(myMsg).to[Message]

贡献者指南