I have a Class that have one single filed which is a java HashMap. The 
class looks like case class Myclass(val map: java.util.Map[String, 
AnfRef]), And I want to handle instances of this class in my Akka-http 
based web Service. I want to use the entity directive, but it requires an 
implicit FromRequestUnmarshaller. My question is how can I create this 
FromRequestUnmarShaller if uses json formats as the wire format. what If I 
want to use protostuff as the wire format?

Thank you in advance.

Michael

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to