Automatic to and from JSON marshalling/unmarshalling using an in-scope play-json protocol.
- Companion:
- class
Type members
Classlikes
Value members
Inherited methods
Implicits
Inherited implicits
implicit def marshaller[A](implicit writes: Writes[A], printer: JsValue => String): ToEntityMarshaller[A]
A
=> HTTP entity
A
=> HTTP entity
- Type parameters:
- A
type to encode
- Returns:
marshaller for any
A
value- Inherited from:
- PlayJsonSupportForAkkaHttp
HTTP entity => A
HTTP entity => A
- Type parameters:
- A
type to decode
- Returns:
unmarshaller for
A
- Inherited from:
- PlayJsonSupportForAkkaHttp