Writes instance for a wrapper type.
Writes instance for a wrapper type.
The instance unwraps the value of the wrapper type and then uses the Writes instance for the unwrapped type to convert to JSON.
The wrapper type
The unwrapped type
The Unwrapped instance which supports unwrapping the type
The Writes instance for the unwrapped type
A Writes instance for the wrapper type W
Json Writes
Helper to derivce play-json Writes.