object PredefinedToEntityMarshallers extends PredefinedToEntityMarshallers

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

Value Members

  1. implicit val ByteArrayMarshaller: ToEntityMarshaller[Array[Byte]]
  2. implicit val ByteStringMarshaller: ToEntityMarshaller[ByteString]
  3. implicit val CharArrayMarshaller: ToEntityMarshaller[Array[Char]]
  4. implicit val DoneMarshaller: ToEntityMarshaller[Done]
  5. implicit val FormDataMarshaller: ToEntityMarshaller[FormData]
  6. implicit val MessageEntityMarshaller: ToEntityMarshaller[MessageEntity]
  7. implicit val StringMarshaller: ToEntityMarshaller[String]
  8. def byteArrayMarshaller(contentType: ContentType): ToEntityMarshaller[Array[Byte]]
  9. def byteStringMarshaller(contentType: ContentType): ToEntityMarshaller[ByteString]
  10. def charArrayMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[Array[Char]]
  11. def charArrayMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[Array[Char]]
  12. implicit def multipartMarshaller[T <: Multipart](implicit log: LoggingAdapter = DefaultNoLogging): ToEntityMarshaller[T]
    Definition Classes
    MultipartMarshallers
  13. def stringMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[String]
  14. def stringMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[String]