package
marshalling
Type Members
-
case class
CantMarshal
(onlyTo: List[ContentType]) extends Marshalling[Any] with Product with Serializable
-
case class
CantUnmarshal
(onlyFrom: List[ContentTypeRange]) extends Unmarshalling[Nothing] with Product with Serializable
-
-
-
case class
MarshalWith
[-A]
(f: (A) ⇒ HttpContent) extends Marshalling[A] with Product with Serializable
-
trait
MarshallerBase
[A]
extends Marshaller[A]
-
trait
Marshalling
[-A]
extends AnyRef
-
-
case class
UnmarshalWith
[+A]
(f: (HttpContent) ⇒ Either[Rejection, A]) extends Unmarshalling[A] with Product with Serializable
-
trait
UnmarshallerBase
[A]
extends Unmarshaller[A]
-