akka/akka-http

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

オープン

#2,027 opened on 2018/05/22

 (1 件のコメント) (3 件のリアクション) (0 人の担当者)Scala (598 件のフォーク)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:http:marshalling

Repository metrics

Stars
 (1,311 個のスター)
PR merge metrics
 (平均マージ 1d 10h) (30d で 2 merged PRs)

説明

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]

コントリビューターガイド