play.api.libs.json
Json serializer: write an implicit to define a serializer for any type
Convert the object into a JsValue
transforms resulting JsValue using Writes[JsValue]
transforms the resulting JsValue using transformer function
Json serializer: write an implicit to define a serializer for any type