SprayJsonSupport

org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
See theSprayJsonSupport companion object

A trait providing automatic to and from JSON marshalling/unmarshalling using an in-scope spray-json protocol.

Attributes

Companion
object
Source
SprayJsonSupport.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

implicit def sprayJsValueMarshaller(implicit printer: JsonPrinter): ToEntityMarshaller[JsValue]

Attributes

Source
SprayJsonSupport.scala

Attributes

Source
SprayJsonSupport.scala
implicit def sprayJsonMarshaller[T](implicit writer: RootJsonWriter[T], printer: JsonPrinter): ToEntityMarshaller[T]

Attributes

Source
SprayJsonSupport.scala
implicit def sprayJsonMarshallerConverter[T](writer: RootJsonWriter[T])(implicit printer: JsonPrinter): ToEntityMarshaller[T]

Attributes

Source
SprayJsonSupport.scala

Attributes

Source
SprayJsonSupport.scala
implicit def sprayJsonUnmarshaller[T](implicit reader: RootJsonReader[T]): FromEntityUnmarshaller[T]

Attributes

Source
SprayJsonSupport.scala