I understand the app better now. Marshallers and unmarshallers for case classes were provided by Json4s, as Json4sSupport was mixed in. At this stage akka-http seems to only support spray-json. Is json4s support planned?
On Wednesday, December 24, 2014 12:46:34 PM UTC+2, [email protected] wrote: > > Hi, > > I'm migrating an app from spray to akka-http 1.0-M2, and one of the kinds > of compilation error messages I am getting is about implicit > FromRequestUnmarshaller for simple case classes missing. Spray gave me > those unmarshallers for free. Current akka http docs state that "Parsing > and rendering of HTTP data structures is heavily optimized and for most > types there's currently no public API provided to parse (or render to) > Strings or byte arrays." Does that mean I will have to write the > unmarshallers for my case classes myself to get it all compile now? > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
