akka/akka-http
Can we provide implicit to make Marshal JsValue => Message work?
Aberta
#2.027 aberto em 22 de mai. de 2018
1 - triagedhelp wantednice-to-have (low-prio)t:http:marshalling
Métricas do repositório
- Stars
- (1.311 estrelas)
- Métricas de merge de PR
- (Mesclagem média 1d 10h) (2 fundiu PRs em 30d)
Description
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]