PlayQ/d4s

Implement WithD4S codecs provider.

Closed this issue · 0 comments

We've already made an attempt to do this.
here is the code:

//abstract class WithD4S[T]()(implicit val derivedCodec: D4SDerivedCodec[T]) {

The problem is we constantly encounter the following issue:

super constructor cannot be passed a self-reference unless parameter is declared by-name
 object Table1Key extends WithD4S[Table1Key]