akka/akka-http
Can we provide implicit to make Marshal JsValue => Message work?
Aperta
#2027 aperta il 22 mag 2018
1 - triagedhelp wantednice-to-have (low-prio)t:http:marshalling
Metriche repository
- Star
- (1311 stelle)
- Metriche merge PR
- (Merge medio 1g 10h) (2 PR mergiate in 30 g)
Descrizione
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]