Creates a Writeable[A] using a content type for A available in the implicit scope
Creates a Writeable[A] using a content type for A available in the implicit scope
Serializing function
Straightforward Writeable for Array[Byte] values.
Straightforward Writeable for Array[Byte] values.
Straightforward Writeable for ByteString values.
Straightforward Writeable for ByteString values.
Straightforward Writeable for String values.
Straightforward Writeable for String values.
Writeable for play.twirl.api.Content values.
Writeable for play.twirl.api.Content values.
Writeable for empty responses.
Writeable for empty responses.
Writeable for JsValue values using an arbitrary codec.
Writeable for JsValue values using an arbitrary codec. Can be used to force a non-UTF-8 encoding for JSON.
Writeable for JsValue values that writes to UTF-8, so they can be sent with the application/json media type.
Writeable for JsValue values that writes to UTF-8, so they can be sent with the application/json media type.
Writeable for MultipartFormData.
Writeable for MultipartFormData.
Writeable for MultipartFormData when using TemporaryFiles.
Writeable for MultipartFormData when using TemporaryFiles.
Writeable for NodeBuffer values - literal Scala XML.
Writeable for NodeBuffer values - literal Scala XML.
Writeable for NodeSeq values - literal Scala XML.
Writeable for NodeSeq values - literal Scala XML.
Writeable for play.twirl.api.Xml values.
Writeable for play.twirl.api.Xml values. Trims surrounding whitespace.
Writeable for urlEncodedForm values
Writeable for urlEncodedForm values
Helper utilities for
Writeable.