akka/akka-http
Can we provide implicit to make Marshal JsValue => Message work?
開放
#2,027 建立於 2018年5月22日
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]