object GenericMarshallers extends GenericMarshallers

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericMarshallers
  2. GenericMarshallers
  3. LowPriorityToResponseMarshallerImplicits
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def eitherMarshaller[A1, A2, B](implicit m1: Marshaller[A1, B], m2: Marshaller[A2, B]): Marshaller[Either[A1, A2], B]
    Definition Classes
    GenericMarshallers
  2. implicit def fromEntityStreamingSupportAndEntityMarshaller[T, M](implicit s: EntityStreamingSupport, m: ToEntityMarshaller[T], tag: ClassTag[T]): ToResponseMarshaller[Source[T, M]]
  3. implicit def futureMarshaller[A, B](implicit m: Marshaller[A, B]): Marshaller[Future[A], B]
    Definition Classes
    GenericMarshallers
  4. implicit def liftMarshaller[T](implicit m: ToEntityMarshaller[T]): ToResponseMarshaller[T]
  5. implicit def liftMarshallerConversion[T](m: ToEntityMarshaller[T]): ToResponseMarshaller[T]
  6. implicit def optionMarshaller[A, B](implicit m: Marshaller[A, B], empty: EmptyValue[B]): Marshaller[Option[A], B]
    Definition Classes
    GenericMarshallers
  7. implicit def throwableMarshaller[T]: Marshaller[Throwable, T]
    Definition Classes
    GenericMarshallers
  8. implicit def tryMarshaller[A, B](implicit m: Marshaller[A, B]): Marshaller[Try[A], B]
    Definition Classes
    GenericMarshallers