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