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